forked from Pometry/Raphtory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.environment.yml
114 lines (113 loc) · 2.82 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
103
104
105
106
107
108
109
110
111
112
113
114
name: py39
channels:
- conda-forge
- defaults
dependencies:
- ca-certificates>=2021.10.8
- certifi>=2021.10.8
- ipykernel
- libcxx>=12.0.0
- libffi>=3.3
- ncurses>=6.4
- make=4.3
- openssl>=1.1.1q
- pip>=21.2.4
- python=3.10.12
- python_abi=3.10
- readline>=8.1.2
- libzlib>=1.2.13
- rust=1.75.0
- 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:
- aiohttp==3.8.5
- aiosignal==1.3.1
- appnope==0.1.3
- asttokens==2.4.0
- async-timeout==4.0.3
- attrs==23.1.0
- autodocsumm==0.2.11
- backcall==0.2.0
- backoff==2.2.1
- bleach==6.0.0
- botocore==1.31.53
- certifi==2023.7.22
- contourpy==1.1.1
- cycler==0.11.0
- decorator==5.1.1
- defusedxml==0.7.1
- docopt==0.6.2
- exceptiongroup==1.1.3
- executing==1.2.0
- fastjsonschema==2.18.0
- fonttools==4.42.1
- frozenlist==1.4.0
- gql==3.4.1
- graphql-core==3.2.3
- ipython==8.15.0
- jedi==0.19.0
- jmespath==1.0.1
- jsonpickle==3.0.2
- jsonschema==4.19.1
- jsonschema-specifications==2023.7.1
- jupyter_client==8.3.1
- jupyter_core==5.3.1
- jupyterlab-pygments==0.2.2
- kiwisolver==1.4.5
- matplotlib==3.8.0
- matplotlib-inline==0.1.6
- maturin==1.2.3
- mistune==3.0.1
- multidict==6.0.4
- nbclient==0.8.0
- nbconvert==7.8.0
- nbformat==5.9.2
- nbsphinx==0.9.3
- networkx==3.1
- numpy==1.26.0
- numpydoc==1.5.0
- pandas==2.1.1
- pandocfilters==1.5.0
- parso==0.8.3
- pexpect==4.8.0
- pickleshare==0.7.5
- Pillow==10.0.1
- pipreqs==0.4.13
- platformdirs==3.10.0
- prompt-toolkit==3.0.39
- ptyprocess==0.7.0
- pure-eval==0.2.2
- pyarrow==13.0.0
- pydata-sphinx-theme==0.14.1
- pyparsing==3.1.1
- python-dateutil==2.8.2
- pyvis==0.3.2
- pyzmq==25.1.1
- referencing==0.30.2
- requests-toolbelt==0.10.1
- rpds-py==0.10.3
- six==1.16.0
- sphinx-automodapi==0.16.0
- sphinx-autosummary-accessors==2023.4.0
- sphinx-copybutton==0.5.2
- sphinx-favicon==1.0.1
- sphinx_design==0.5.0
- sphinx-notfound-page==1.0.0
- stack-data==0.6.2
- tinycss2==1.2.1
- tomli==2.0.1
- tornado==6.3.3
- traitlets==5.10.0
- typing_extensions==4.8.0
- tzdata==2023.3
- urllib3==1.26.16
- wcwidth==0.2.6
- webencodings==0.5.1
- websockets==10.4
- yarg==0.1.9
- yarl==1.9.2