Skip to content

Commit

Permalink
Updated environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Jan 9, 2023
1 parent 7a7f6c9 commit cef4e5a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: ogzaf-dev
channels:
- conda-forge
dependencies:
- python>=3.7.7, <=3.9.12 # This restriction can be removed as soon as these packages support Python 3.10
- mkl>=2020.2
- numpy<=1.21.2 # This restriction can be removed as soon as Numba supports NumPy 1.22
- python>=3.7.7, <=3.11 # This restriction can be removed as soon as these packages support Python 3.10
- ipython
- setuptools
- psutil
- scipy>=1.5.0
- numpy<=1.21.2 # This restriction can be removed as soon as Numba supports NumPy 1.22
- scipy>=1.7.1
- pandas>=1.2.5
- matplotlib
- dask>=2.30.0
Expand Down

0 comments on commit cef4e5a

Please sign in to comment.