Skip to content

Commit

Permalink
fixed dependencies also in the environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cosimoNigro committed Jan 4, 2024
1 parent 31bee7d commit ce517cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ channels:
- sherpa

dependencies:
- python
- python=3.9
- pip
- numpy
- scipy
- numpy>1.20
- scipy!=1.10
- astropy
- pyyaml # needed to read astropy ecsv file
- matplotlib
- matplotlib>=3.4
- sherpa
- pre-commit
- pip:
Expand Down

0 comments on commit ce517cf

Please sign in to comment.