Skip to content

Commit

Permalink
Merge branch 'develop' into prepare_release_0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Doresic committed Jul 30, 2024
2 parents ddbb319 + cda1cca commit 6cce7f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ keywords =

[options]
install_requires =
numpy >= 1.19.1, != 1.24.0, < 2.0
numpy >= 1.19.1, != 1.24.0
scipy >= 1.5.2
pandas >= 1.5.0
cloudpickle >= 1.5.0
Expand Down
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ description =

[testenv:windows]
extras = test
deps =
numpy < 2.0
commands =
pytest \
test/base/test_prior.py \
Expand Down Expand Up @@ -98,6 +100,8 @@ description =

[testenv:optimize]
extras = test,dlib,ipopt,pyswarm,cma,nlopt,fides,mpi,pyswarms,petab
deps =
numpy < 2.0
commands =
pytest --cov=pypesto --cov-report=xml --cov-append \
test/optimize
Expand Down

0 comments on commit 6cce7f3

Please sign in to comment.