Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Dec 1, 2023
1 parent 1072dd0 commit 9bb37ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ name: ogmys-dev
channels:
- conda-forge
dependencies:
- python>=3.7.7, <3.11 # This restriction can be removed as soon as these packages support Python 3.11
- python>=3.7.7
- ipython
- setuptools
- psutil
- openssl=1.1.1 # This is a requirement of the UN data portal which we are using in demographics.py
- numpy<=1.21.2 # This restriction can be removed as soon as Numba supports NumPy 1.22
- numpy
- scipy>=1.7.1
- pandas>=1.2.5
- matplotlib
Expand Down

0 comments on commit 9bb37ea

Please sign in to comment.