-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
102 lines (102 loc) · 2.76 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
name: python3.7
channels:
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- _openmp_mutex=5.1=1_gnu
- backcall=0.2.0=pyh9f0ad1d_0
- ca-certificates=2024.2.2=hbcca054_0
- certifi=2024.2.2=pyhd8ed1ab_0
- decorator=5.1.1=pyhd8ed1ab_0
- entrypoints=0.4=pyhd8ed1ab_0
- ipykernel=5.5.5=py37h085eea5_0
- ipython=7.33.0=py37h89c1867_0
- ipython_genutils=0.2.0=py_1
- jedi=0.19.1=pyhd8ed1ab_0
- jupyter_client=5.3.4=py37_0
- jupyter_core=4.5.0=py_0
- ld_impl_linux-64=2.38=h1181459_1
- libffi=3.3=he6710b0_2
- libgcc-ng=11.2.0=h1234567_1
- libgomp=11.2.0=h1234567_1
- libsodium=1.0.18=h36c2ea0_1
- libstdcxx-ng=11.2.0=h1234567_1
- matplotlib-inline=0.1.6=pyhd8ed1ab_0
- ncurses=6.3=h5eee18b_3
- openssl=1.1.1w=h7f8727e_0
- parso=0.8.3=pyhd8ed1ab_0
- pexpect=4.9.0=pyhd8ed1ab_0
- pickleshare=0.7.5=py_1003
- pip=22.1.2=py37h06a4308_0
- prompt-toolkit=3.0.42=pyha770c72_0
- ptyprocess=0.7.0=pyhd3deb0d_0
- pygments=2.17.2=pyhd8ed1ab_0
- python=3.7.13=h12debd9_0
- python_abi=3.7=2_cp37m
- pyzmq=19.0.2=py37hac76be4_2
- readline=8.1.2=h7f8727e_1
- setuptools=61.2.0=py37h06a4308_0
- sqlite=3.38.5=hc218d9a_0
- tk=8.6.12=h1ccaba5_0
- tornado=6.1=py37h540881e_3
- traitlets=5.9.0=pyhd8ed1ab_0
- wcwidth=0.1.9=pyh9f0ad1d_0
- wheel=0.37.1=pyhd3eb1b0_0
- xz=5.2.5=h7f8727e_1
- zeromq=4.3.5=h6a678d5_0
- zlib=1.2.12=h7f8727e_2
- pip:
- absl-py==0.15.0
- astunparse==1.6.3
- cachetools==4.2.4
- charset-normalizer==2.1.1
- cycler==0.11.0
- flatbuffers==1.12
- fonttools==4.37.3
- gast==0.3.3
- google-auth==1.35.0
- google-auth-oauthlib==0.4.6
- google-pasta==0.2.0
- grpcio==1.32.0
- h5py==2.10.0
- idna==3.4
- importlib-metadata==4.12.0
- keras-preprocessing==1.1.2
- kiwisolver==1.4.4
- markdown==3.4.1
- markupsafe==2.1.1
- matplotlib==3.5.3
- numpy==1.19.2
- oauthlib==3.2.1
- opencv-python==3.4.2.17
- opt-einsum==3.3.0
- packaging==21.3
- paho-mqtt==1.6.1
- pandas==1.3.4
- pillow==9.2.0
- protobuf==3.9.2
- psutil==5.9.5
- pyasn1==0.4.8
- pyasn1-modules==0.2.8
- pyparsing==3.0.9
- python-dateutil==2.8.2
- pytz==2022.2.1
- pyyaml==6.0
- requests==2.28.1
- requests-oauthlib==1.3.1
- rsa==4.9
- scipy==1.7.3
- six==1.15.0
- tensorboard==2.4.0
- tensorboard-data-server==0.6.1
- tensorboard-plugin-wit==1.8.1
- tensorflow==2.4.0
- tensorflow-estimator==2.4.0
- termcolor==1.1.0
- typing-extensions==3.7.4.3
- urllib3==1.26.12
- werkzeug==2.2.2
- wrapt==1.12.1
- zipp==3.8.1
prefix: /home/aditya/anaconda3/envs/python3.7