Skip to content

Commit

Permalink
update dependencies for Orange 3.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Nov 20, 2024
1 parent 0435a9c commit d91fe54
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ requirements:
- python >=3.8
- numpy >=1.21.0,<2.0.0
- orange3 >=3.37.0
- orange-canvas-core >=0.1.28
- orange-widget-base >=4.19.0
- orange-canvas-core >=0.2.0
- orange-widget-base >=4.23.0
- scipy >=1.9.0
- scikit-learn>=1.0.1
- scikit-learn>=1.3.0
- spectral >=0.22.3,!=0.23
- serverfiles >=0.2
- AnyQt >=0.1.0
- pyqtgraph >=0.12.2,!=0.12.4
- AnyQt >=0.2.0
- pyqtgraph >=0.13.1
- colorcet
- h5py
- extranormal3 >=0.0.3
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,14 @@ def include_documentation(local_dir, install_dir):
'pip>=9.0', # same as for Orange 3.28
'numpy>=1.21.0,<2.0.0',
'Orange3>=3.37.0',
'orange-canvas-core>=0.1.28',
'orange-widget-base>=4.19.0',
'orange-canvas-core>=0.2.0',
'orange-widget-base>=4.23.0',
'scipy>=1.9.0',
'scikit-learn>=1.0.1',
'scikit-learn>=1.3.0',
'spectral>=0.22.3,!=0.23',
'serverfiles>=0.2',
'AnyQt>=0.1.0',
'pyqtgraph>=0.12.2,!=0.12.4', # https://github.com/pyqtgraph/pyqtgraph/issues/2237
'AnyQt>=0.2.0',
'pyqtgraph>=0.13.1',
'colorcet',
'h5py',
'extranormal3 >=0.0.3',
Expand Down
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ deps =
{env:PYQT_PYPI_NAME:PyQt5}=={env:PYQT_PYPI_VERSION:5.15.*}
{env:WEBENGINE_PYPI_NAME:PyQtWebEngine}=={env:WEBENGINE_PYPI_VERSION:5.15.*}
oldest: orange3==3.37.0
oldest: orange-canvas-core==0.1.28
oldest: orange-widget-base==4.19.0
oldest: scikit-learn~=1.0.1
oldest: orange-canvas-core==0.2.0
oldest: orange-widget-base==4.23.0
oldest: scikit-learn~=1.3.0
oldest: numpy~=1.21.0
oldest: pyqtgraph==0.12.2
oldest: pyqtgraph==0.13.1
oldest: scipy~=1.9.0
oldest: pandas~=1.3.0
oldest: pandas~=1.4.0
oldest: spectral~=0.22.3
oldest: lmfit==1.3.2
oldest: pillow==9.0.0
Expand Down

0 comments on commit d91fe54

Please sign in to comment.