Skip to content

Commit

Permalink
fixing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskoenig committed Mar 4, 2024
1 parent 4d972fc commit 2880e9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ keywords =
zip_safe = True
python_requires = >=3.9
install_requires =
sbmlutils>=0.8.4
sbmlutils>=0.8.7
numpy==1.21.3 # see https://github.com/sys-bio/roadrunner/issues/963
libroadrunner==2.1.3 # see https://github.com/sys-bio/roadrunner/issues/963
scipy==1.10.1
Expand All @@ -68,9 +68,9 @@ install_requires =
# dependencies
petab>=0.1.25
# fix for windows access violations
ray[default]==2.5.1
ray[default]>=2.9.3
grpcio==1.49.1
pydantic<2
pydantic>=2.6.3
tables>=3.8.0
xarray>=2023.6.0
bottleneck>=1.3.4
Expand Down

0 comments on commit 2880e9e

Please sign in to comment.