forked from Pometry/Raphtory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.environment.yml
57 lines (57 loc) · 1.25 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
name: py39
channels:
- conda-forge
- defaults
dependencies:
- ca-certificates=2021.10.8
- certifi=2021.10.8
- libcxx=12.0.0
- libffi=3.3
- ncurses=6.3
- openjdk=11.0.9.1
- openssl=1.1.1o
- pip=21.2.4
- python=3.9.12
- python_abi=3.9
- readline=8.1.2
- sbt=1.6.2
- setuptools=61.2.0
- sqlite=3.38.3
- tk=8.6.11
- tzdata=2022a
- wheel=0.37.1
- xz=5.2.5
- zlib=1.2.12
- pip:
- alabaster==0.7.12
- babel==2.10.1
- charset-normalizer==2.0.12
- docutils==0.17.1
- idna==3.3
- imagesize==1.3.0
- importlib-metadata==4.11.3
- jinja2==3.1.2
- markdown-it-py==2.1.0
- markupsafe==2.1.1
- mdit-py-plugins==0.3.0
- mdurl==0.1.1
- myst-parser==0.17.2
- packaging==21.3
- pygments==2.12.0
- pyparsing==3.0.8
- pytz==2022.1
- pyyaml==6.0
- requests==2.27.1
- snowballstemmer==2.2.0
- sphinx==4.5.0
- sphinx-rtd-theme==1.0.0
- sphinxcontrib-applehelp==1.0.2
- sphinxcontrib-devhelp==1.0.2
- sphinxcontrib-htmlhelp==2.0.0
- sphinxcontrib-jsmath==1.0.1
- sphinxcontrib-qthelp==1.0.3
- sphinxcontrib-serializinghtml==1.1.5
- typing-extensions==4.2.0
- urllib3==1.26.9
- zipp==3.8.0
prefix: /Users/haaroony/opt/anaconda3/envs/py39