forked from burakcan-izmirli/DeepResponse
-
Notifications
You must be signed in to change notification settings - Fork 2
/
linux_env.yml
45 lines (45 loc) · 1.19 KB
/
linux_env.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
name: deep-response
channels:
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=2_gnu
- bzip2=1.0.8=h7f98852_4
- ca-certificates=2022.12.7=ha878542_0
- ld_impl_linux-64=2.40=h41732ed_0
- libffi=3.4.2=h7f98852_5
- libgcc-ng=12.2.0=h65d4601_19
- libgomp=12.2.0=h65d4601_19
- libnsl=2.0.0=h7f98852_0
- libsqlite=3.40.0=h753d276_0
- libuuid=2.38.1=h0b41bf4_0
- libzlib=1.2.13=h166bdaf_4
- ncurses=6.3=h27087fc_1
- openssl=3.1.0=h0b41bf4_0
- pip=23.0.1=pyhd8ed1ab_0
- python=3.8.16=he550d4f_1_cpython
- readline=8.2=h8228510_1
- setuptools=67.6.1=pyhd8ed1ab_0
- tk=8.6.12=h27826a3_0
- wheel=0.40.0=pyhd8ed1ab_0
- xz=5.2.6=h166bdaf_0
- pip:
- attrs==22.2.0
- configobj==5.0.8
- importlib-resources==5.12.0
- jsonschema==4.17.3
- oauthlib==3.2.2
- pkgutil-resolve-name==1.3.10
- protobuf==3.19.6
- pyasn1==0.4.8
- pyasn1-modules==0.2.8
- pyrsistent==0.19.3
- python-dateutil==2.8.2
- python-dotenv==1.0.0
- pytz==2023.3
- simplejson==3.19.1
- six==1.16.0
- tensorflow==2.7.0
- zipp==3.15.0
prefix: ~/miniconda3/envs/deep-response