Skip to content

Commit 51a5e00

Browse files
committed
Small changes to maintain an older version of minicps that does not require
numpy>2, which is not available in Ubuntu20
1 parent f5dddfe commit 51a5e00

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ sudo python3 -m pip install cpppo
3434

3535
# MiniCPS
3636
cd ~
37-
git clone --depth 1 https://github.com/scy-phy/minicps.git || git -C minicps pull
37+
git clone --depth 1 https://github.com/afmurillo/minicps.git || git -C minicps pull
3838
cd minicps
3939
sudo python3 -m pip install .
4040

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@
2020
'antlr4-python3-runtime==4.13.1',
2121
'progressbar2',
2222
'numpy==1.24.3',
23-
'wntr',
23+
'wntr==1.2.0',
2424
'pandas',
2525
'matplotlib',
2626
'schema',
2727
'scapy',
2828
'pathlib',
29-
'testresources',
29+
'testresources==2.0.1',
3030
'pytest-mock',
3131
'netaddr',
3232
'flaky',
3333
'pytest',
34-
'tensorflow',
34+
'exceptiongroup==1.2.2',
35+
'typing-extensions==4.5.0',
36+
'tensorflow==2.13.1',
3537
'scikit-learn',
3638
'keras==2.13.1',
37-
'pytest',
38-
'pytest-mock',
3939
'mock'
4040
],
4141
extras_require={

0 commit comments

Comments
 (0)