-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
72 lines (71 loc) · 3.27 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
name: netmedpy_environment
channels:
- defaults
- conda-forge
dependencies:
- bzip2=1.0.8
- ca-certificates=2024.3.11
- libffi=3.4.4
- openssl=3.0.13
- pip=24.0
- python=3.11.9
- setuptools=69.5.1
- sqlite=3.45.3
- tk=8.6.14
- wheel=0.43.0
- xz=5.4.6
- zlib=1.2.13
- jupyter=1.0.0
- jupyter_client=7.4.9
- jupyter_console=6.6.3
- jupyter_core=5.5.0
- jupyter_events=0.8.0
- jupyter_server=2.10.0
- jupyter_server_terminals=0.4.4
- jupyterlab_pygments=0.2.2
- jupyterlab_widgets=3.0.10
- notebook=6.5.7
- notebook-shim=0.2.3
- pip:
- jupyter-client==8.6.2
- jupyter-events==0.10.0
- jupyter-lsp==2.2.5
- jupyter-server==2.14.0
- jupyter-server-terminals==0.5.3
- jupyterlab-server==2.27.2
- aiosignal==1.3.1
- attrs==23.2.0
- certifi==2024.2.2
- charset-normalizer==3.3.2
- click==8.1.7
- colorama==0.4.6
- contourpy==1.2.1
- cycler==0.12.1
- filelock==3.14.0
- fonttools==4.51.0
- frozenlist==1.4.1
- idna==3.7
- jsonschema==4.22.0
- jsonschema-specifications==2023.12.1
- kiwisolver==1.4.5
- matplotlib==3.9.0
- msgpack==1.0.8
- networkx==3.3
- numpy==1.26.4
- packaging==24.0
- pandas==2.2.2
- pillow==10.3.0
- protobuf==5.26.1
- pyparsing==3.1.2
- python-dateutil==2.9.0.post0
- pytz==2024.1
- pyyaml==6.0.1
- ray==2.20.0
- referencing==0.35.1
- requests==2.32.1
- rpds-py==0.18.1
- scipy==1.13.0
- seaborn==0.13.2
- six==1.16.0
- tzdata==2024.1
- urllib3==2.2.1