Skip to content

Commit

Permalink
tox oldest tests: specify numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Dec 9, 2024
1 parent a12c447 commit 2b95d37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ deps =
oldest: orange-canvas-core==0.1.24
oldest: orange-widget-base==4.16.1
oldest: pandas==1.5
oldest: numpy==1.17.3
latest: git+https://github.com/biolab/orange3.git#egg=orange3
latest: git+https://github.com/biolab/orange-canvas-core.git#egg=orange-canvas-core
latest: git+https://github.com/biolab/orange-widget-base.git#egg=orange-widget-base
Expand All @@ -41,4 +42,4 @@ commands_pre =
pip freeze
commands =
coverage run -m unittest discover -v --start-directory orangecontrib/fairness
coverage report
coverage report

0 comments on commit 2b95d37

Please sign in to comment.