Skip to content

Commit 7fa6b57

Browse files
committed
numpy2
1 parent 5383ab8 commit 7fa6b57

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tox.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ description =
6868

6969
[testenv:windows]
7070
extras = test
71-
deps =
72-
numpy < 2.0
7371
commands =
7472
pytest \
7573
test/base/test_prior.py \
@@ -113,8 +111,6 @@ description =
113111

114112
[testenv:optimize]
115113
extras = test,dlib,ipopt,pyswarm,cma,nlopt,fides,mpi,pyswarms,petab
116-
deps =
117-
numpy < 2.0
118114
commands =
119115
pytest --cov=pypesto --cov-report=xml --cov-append \
120116
test/optimize
@@ -161,8 +157,6 @@ description =
161157
[testenv:doc]
162158
extras =
163159
doc,amici,petab,aesara,jax,select,roadrunner
164-
deps =
165-
numpy < 2.0
166160
commands =
167161
sphinx-build -W -b html doc/ doc/_build/html
168162
description =

0 commit comments

Comments
 (0)