Skip to content

Commit

Permalink
Update requirements (#364)
Browse files Browse the repository at this point in the history
- Add eqt and upgrade viewer version
  • Loading branch information
DanicaSTFC authored Oct 10, 2024
1 parent db6a1b7 commit 56960e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Documentation:

Dependencies:
* Add pandas #335
* Add eqt and upgrade viewer version #364


## v24.0.1
Expand Down
5 changes: 3 additions & 2 deletions recipe/dev_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ name: idvc_dev
channels:
- conda-forge
- ccpi
dependencies:
dependencies:
- eqt >=1.0.1
- openpyxl
- python
- numpy
- pandas
- scipy
- ccpi::ccpi-viewer >=24.0.1
- ccpi::ccpi-viewer >=24.1.0
- ccpi::ccpi-dvc >=22.0.0
- natsort
- docopt
Expand Down
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ requirements:
- numpy

run:
- eqt >=1.0.1
- openpyxl
- python
- numpy
- pandas
- scipy
- ccpi-viewer >=24.0.1
- ccpi-viewer >=24.1.0
- ccpi-dvc >=22.0.0
- natsort
- docopt
Expand Down

0 comments on commit 56960e2

Please sign in to comment.