File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ sudo python3 -m pip install cpppo
3434
3535# MiniCPS
3636cd ~
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
3838cd minicps
3939sudo python3 -m pip install .
4040
Original file line number Diff line number Diff line change 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 = {
You can’t perform that action at this time.
0 commit comments