-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenvironment.yml
42 lines (42 loc) · 1.01 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
name: python-programs
channels:
- conda-forge
- defaults
dependencies:
- ca-certificates=2021.10.26=hecd8cb5_2
- certifi=2021.10.8=py38hecd8cb5_0
- libcxx=12.0.0=h2f01273_0
- libffi=3.3=hb1e8313_2
- ncurses=6.3=hca72f7f_2
- openssl=1.1.1l=h9ed2024_0
- pip=21.2.4=py38hecd8cb5_0
- python=3.8.12=h88f2d9e_0
- readline=8.1=h9ed2024_0
- setuptools=58.0.4=py38hecd8cb5_0
- sqlite=3.36.0=hce871da_0
- tk=8.6.11=h7bc2e8c_0
- wheel=0.37.0=pyhd3eb1b0_1
- xz=5.2.5=h1de35cc_0
- zlib=1.2.11=h1de35cc_3
- pip:
- black==22.8.0
- cfgv==3.3.1
- click==8.1.3
- distlib==0.3.6
- filelock==3.8.0
- flake8==5.0.4
- identify==2.5.5
- mccabe==0.7.0
- mypy-extensions==0.4.3
- nodeenv==1.7.0
- pathspec==0.10.1
- platformdirs==2.5.2
- pre-commit==2.20.0
- pycodestyle==2.9.1
- pyflakes==2.5.0
- pyyaml==6.0
- toml==0.10.2
- tomli==2.0.1
- typing-extensions==4.3.0
- virtualenv==20.16.5
prefix: /Users/rhgoyal/miniconda3/envs/python-programs