forked from JADEUSC/contextualized_policy_recovery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
52 lines (52 loc) · 1.07 KB
/
environment.yml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name: cpr
channels:
- conda-forge
- defaults
dependencies:
- bzip2=1.0.8
- ca-certificates=2023.5.7
- libffi=3.4.2
- libsqlite=3.42.0
- libzlib=1.2.13
- ncurses=6.4
- openssl=3.1.1
- pip=23.1.2
- python=3.9.16
- readline=8.2
- setuptools=67.7.2
- tk=8.6.12
- tzdata=2023c
- wheel=0.40.0
- xz=5.2.6
- pip:
- certifi==2023.5.7
- charset-normalizer==3.1.0
- filelock==3.12.0
- idna==3.4
- jinja2==3.1.2
- joblib==1.2.0
- markupsafe==2.1.3
- mpmath==1.3.0
- networkx==3.1
- numpy==1.24.3
- pandas==1.5.3
- pillow==9.5.0
- psycopg2==2.9.6
- python-dateutil==2.8.2
- pytz==2023.3
- requests==2.31.0
- scikit-learn==1.2.2
- scipy==1.10.1
- six==1.16.0
- sympy==1.12
- threadpoolctl==3.1.0
- torch==2.0.1
- torchaudio==2.0.2
- torchvision==0.15.2
- typing-extensions==4.6.3
- urllib3==2.0.3
- umap-learn
- matplotlib
- seaborn
- jupyter
prefix: /opt/homebrew/Caskroom/miniconda/base/envs/cpr