-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnn_env.yml
73 lines (73 loc) · 2.03 KB
/
nn_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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
name: neural_network_env
channels:
- conda-forge
- defaults
dependencies:
- appdirs=1.4.4=pyhd3eb1b0_0
- blas=1.0=mkl
- brotlipy=0.7.0=py310hca72f7f_1002
- bzip2=1.0.8=h1de35cc_0
- ca-certificates=2023.05.30=hecd8cb5_0
- certifi=2023.7.22=py310hecd8cb5_0
- cffi=1.15.1=py310h6c40b1e_3
- charset-normalizer=2.0.4=pyhd3eb1b0_0
- cryptography=41.0.2=py310h3b477ad_0
- idna=3.4=py310hecd8cb5_0
- intel-openmp=2023.1.0=ha357a0b_43547
- joblib=1.2.0=py310hecd8cb5_0
- libcxx=14.0.6=h9765a3e_0
- libffi=3.4.4=hecd8cb5_0
- libgfortran=5.0.0=11_3_0_hecd8cb5_28
- libgfortran5=11.3.0=h9dfd629_28
- llvm-openmp=14.0.6=h0dcd299_0
- mkl=2023.1.0=h59209a4_43558
- mkl-service=2.4.0=py310h6c40b1e_1
- mkl_fft=1.3.6=py310h3ea8b11_1
- mkl_random=1.2.2=py310h3ea8b11_1
- ncurses=6.4=hcec6c5f_0
- numpy-base=1.25.0=py310ha186be2_0
- openssl=3.0.9=hca72f7f_0
- packaging=23.0=py310hecd8cb5_0
- pip=23.2.1=py310hecd8cb5_0
- pooch=1.4.0=pyhd3eb1b0_0
- pycparser=2.21=pyhd3eb1b0_0
- pyopenssl=23.2.0=py310hecd8cb5_0
- pysocks=1.7.1=py310hecd8cb5_0
- python=3.10.12=h5ee71fb_0
- readline=8.2=hca72f7f_0
- requests=2.31.0=py310hecd8cb5_0
- scikit-learn=1.2.2=py310hcec6c5f_0
- scipy=1.10.1=py310hdb2ea58_1
- setuptools=68.0.0=py310hecd8cb5_0
- sqlite=3.41.2=h6c40b1e_0
- tbb=2021.8.0=ha357a0b_0
- threadpoolctl=2.2.0=pyh0d69192_0
- tk=8.6.12=h5d9f67b_0
- urllib3=1.26.16=py310hecd8cb5_0
- wheel=0.38.4=py310hecd8cb5_0
- xz=5.4.2=h6c40b1e_0
- zlib=1.2.13=h4dc903c_0
- pip:
- contourpy==1.1.0
- cycler==0.11.0
- filelock==3.12.2
- fonttools==4.41.1
- jinja2==3.1.2
- kiwisolver==1.4.4
- markupsafe==2.1.3
- matplotlib==3.7.2
- mpmath==1.3.0
- networkx==3.1
- numpy==1.25.1
- pandas==2.0.3
- pillow==10.0.0
- pyparsing==3.0.9
- python-dateutil==2.8.2
- pytz==2023.3
- six==1.16.0
- sklearn==0.0.post7
- sympy==1.12
- torch==2.0.1
- typing-extensions==4.7.1
- tzdata==2023.3
prefix: /opt/anaconda3/envs/neural_network_env