Skip to content

Commit 07cf56d

Browse files
authored
Update eqt version and Python requirements (#482)
* Update eqt version and Python requirements Updated the version requirement for 'eqt' and removed specific Python version constraints. * Update CHANGELOG for dependency changes Updated dependencies section to reflect removals. * reformat changelog entry * Namespace update (#483) * PEP420 implicit namespace package * update GHActions
1 parent e1f0d4e commit 07cf56d

2 files changed

Lines changed: 14 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22

33
## v25.1.0
44
New Functionality:
5-
- Added toolbar to control the slice and volume render in QCILViewerWidget (#458)
6-
- added methods to access the state of the viewer3D (#479)
5+
- Added toolbar to control the slice and volume render in QCILViewerWidget (#458)
6+
- added methods to access the state of the viewer3D (#479)
7+
78
Enhancements:
8-
- Update recipe to require eqt Version 2.0.0 #458
9-
- Add a toolbar and settings menus to the 3D viewer #458
10-
- Add script to generate numpy array test data #458
11-
- Removed `__init__.py` in ccpi namespace, PEP-420 #483
9+
- Update recipe to require eqt Version 2.0.0 #458
10+
- Add a toolbar and settings menus to the 3D viewer #458
11+
- Add script to generate numpy array test data #458
12+
- Removed `__init__.py` in ccpi namespace, PEP-420 #483
13+
Dependencies:
14+
- removed python pinning (#482)
15+
- removed importlib_metadata, required for python <3.8 (#482)
1216

1317

1418
## v25.0.0
@@ -296,4 +300,4 @@ Documentation
296300

297301
* Make use of original image origin and spacing when downsampling and cropping images
298302

299-
* Change default raw datatype to be unit8
303+
* Change default raw datatype to be unit8

Wrappers/Python/conda-recipe/meta.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test:
2121
- pillow
2222
- pytest
2323
- pyside2
24-
- eqt>=1.0.0
24+
- eqt>=2.0.0
2525
source_files:
2626
- ./Wrappers/Python/test
2727

@@ -30,15 +30,14 @@ test:
3030

3131
requirements:
3232
build:
33-
- python >=3.7
33+
- python
3434
- vtk
3535
- setuptools
3636

3737
run:
38-
- python >=3.7
38+
- python
3939
- numpy
4040
- vtk
41-
- importlib_metadata # [py<38]
4241
- h5py
4342
- pyyaml
4443
- schema

0 commit comments

Comments
 (0)