Skip to content

Commit

Permalink
update scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Aug 22, 2022
1 parent e4353dc commit 81f20cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requirements:
- orange3 >=3.28
- orange-canvas-core >=0.1.20
- orange-widget-base >=4.14.1
- scipy >=1.3.3
- scipy >=1.4.0
- scikit-learn >=0.22.0
- spectral >=0.18
- serverfiles >=0.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def include_documentation(local_dir, install_dir):
'Orange3>=3.28.0',
'orange-canvas-core>=0.1.20',
'orange-widget-base>=4.14.1',
'scipy>=1.3.3',
'scipy>=1.4.0',
'scikit-learn>=0.22.0',
'spectral>=0.18',
'serverfiles>=0.2',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ deps =
oldest: orange-widget-base==4.14.1
oldest: scikit-learn~=0.22.0
oldest: numpy~=1.18.0
oldest: scipy~=1.3.3
oldest: scipy~=1.4.0
latest: https://github.com/biolab/orange3/archive/refs/heads/master.zip#egg=orange3
latest: https://github.com/biolab/orange-canvas-core/archive/refs/heads/master.zip#egg=orange-canvas-core
latest: https://github.com/biolab/orange-widget-base/archive/refs/heads/master.zip#egg=orange-widget-base
Expand Down

0 comments on commit 81f20cb

Please sign in to comment.