Skip to content

Commit 2880e9e

Browse files
fixing dependencies
1 parent 4d972fc commit 2880e9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ keywords =
4848
zip_safe = True
4949
python_requires = >=3.9
5050
install_requires =
51-
sbmlutils>=0.8.4
51+
sbmlutils>=0.8.7
5252
numpy==1.21.3 # see https://github.com/sys-bio/roadrunner/issues/963
5353
libroadrunner==2.1.3 # see https://github.com/sys-bio/roadrunner/issues/963
5454
scipy==1.10.1
@@ -68,9 +68,9 @@ install_requires =
6868
# dependencies
6969
petab>=0.1.25
7070
# fix for windows access violations
71-
ray[default]==2.5.1
71+
ray[default]>=2.9.3
7272
grpcio==1.49.1
73-
pydantic<2
73+
pydantic>=2.6.3
7474
tables>=3.8.0
7575
xarray>=2023.6.0
7676
bottleneck>=1.3.4

0 commit comments

Comments
 (0)