forked from PSLmodels/OG-UK
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
35 lines (35 loc) · 738 Bytes
/
environment.yml
File metadata and controls
35 lines (35 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: oguk-dev
channels:
- conda-forge
dependencies:
- python>=3.7.7, <3.12 # This restriction can be removed as soon as these packages support Python 3.10
- 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
- scipy>=1.7.1
- pandas>=1.2.5
- matplotlib
- dask>=2.30.0
- dask-core>=2.30.0
- distributed>=2.30.1
- paramtools>=0.15.0
- pip
- pytest>=6.0
- pytest-pep8
- pytest-xdist
- pycodestyle
- pylint
- coverage
- requests
- xlwt
- statsmodels
- linearmodels
- black
- jupyter
- pip:
- jupyter-book>=0.8.0
- openpyxl>=3.1.2
- ogcore
- PolicyEngine-UK>=0.38.6