Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requirements: Use sharp upper bounds and maintain alphabetical order #2624

Merged
merged 8 commits into from
Apr 9, 2023
4 changes: 2 additions & 2 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
jupyter<=1.0.0
jupyter<1.0.1
packaging<24.0
pytest<7.2.3
pytest-benchmark<4.0.1
pytest-cov<4.0.1
pytest-helpers-namespace<2021.12.30
pytest-profiling<=1.7.0
pytest-profiling<1.7.1
pytest-pycodestyle<2.4.0
pytest-pydocstyle<2.4.0
pytest-xdist<3.3.0
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
autograd<1.6
graph-scheduler>=0.2.0, <1.1.2
dill<=0.32
beartype<0.13.0
dill<0.3.7
elfi<0.8.7
fastkde>=1.0.19, <1.0.21
graph-scheduler>=0.2.0, <1.1.2
graphviz<0.21.0
grpcio<1.43.0
grpcio-tools<1.43.0
leabra-psyneulink<0.3.3
llvmlite<0.40
matplotlib<3.7.2
modeci_mdf<0.5, >=0.3.4; (platform_machine == 'AMD64' or platform_machine == 'x86_64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython'
networkx<3.2
numpy<1.22.5, >=1.19.0
pandas<2.0.1
pillow<9.6.0
pint<0.21.0
protobuf<3.20.4
rich>=10.1, <10.13
toposort<1.11
torch>=1.8.0, <1.14.0; (platform_machine == 'AMD64' or platform_machine == 'x86_64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython'
leabra-psyneulink<=0.3.2
rich>=10.1, <10.13
pandas<2.0.1
fastkde>=1.0.19, <1.0.21
beartype<=0.12.0
2 changes: 1 addition & 1 deletion tutorial_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
graphviz<0.21.0
jupyter<=1.0.0
jupyter<1.0.1
matplotlib<3.7.2