Skip to content

Commit

Permalink
Fix dependency versions (#369)
Browse files Browse the repository at this point in the history
* Fix dependency versions
  • Loading branch information
lauramurgatroyd authored Jan 17, 2024
1 parent 7ac2930 commit daf3117
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Wrappers/Python/conda-recipe/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: cilviewer_dev
channels:
- ccpi
- conda-forge
dependencies:
dependencies:
- python
- numpy
- vtk >=9.0.3
- vtk=9.0.3
- pyside2
- eqt>=0.7.0
- eqt=0.7.1
- importlib_metadata # [py<38]
- h5py
- cil-data >=22.0.0
- cil-data=22.0.0
- pillow
- schema
4 changes: 2 additions & 2 deletions Wrappers/Python/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ requirements:
- numpy
- vtk {{ vtk }}
- pyside2
- eqt>=0.7.0
- eqt=0.7.1
- importlib_metadata # [py<38]
- h5py
- schema
- pyyaml
- cil-data >=22.0.0
- cil-data =22.0.0

about:
home: http://www.ccpi.ac.uk
Expand Down

0 comments on commit daf3117

Please sign in to comment.