forked from tonamatos/neuro-shannon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
80 lines (80 loc) · 1.4 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
name: gnn_mis
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- blas
- ca-certificates
- certifi
- cffi
- cpuonly
- expat
- freetype
- jpeg
- lcms2
- libblas
- libcblas
- libgfortran
- libgfortran5
- liblapack
- liblapacke
- libpng
- libtiff
- libuv
- libwebp-base
- llvm-openmp
- lz4-c
- ninja
- openjpeg
- openssl
- pip
- pycparser
- python=3.11
- pytorch-mutex
- setuptools
- sqlite
- tk
- tzdata
- wheel
- xz
- zlib
- zstd
- pip:
- aiohttp==3.9.5
- aiosignal==1.3.1
- attrs==23.2.0
- charset-normalizer==3.3.2
- deprecated==1.2.14
- dimod==0.12.14
- dwave-neal==0.6.0
- dwave-samplers==1.2.0
- filelock==3.14.0
- frozenlist==1.4.1
- fsspec==2024.3.1
- idna==3.7
- jinja2==3.1.4
- joblib==1.4.2
- markupsafe==2.1.5
- mpmath==1.3.0
- multidict==6.0.5
- networkx==3.3
- numpy==1.26.4
- psutil==5.9.8
- pyparsing==3.1.2
- pyqubo==1.4.0
- requests==2.31.0
- scikit-learn==1.4.2
- scipy==1.13.0
- six==1.16.0
- sympy==1.12
- threadpoolctl==3.5.0
- torch==2.3.0
- torch-geometric==2.5.3
- torch-scatter==2.1.2
- torch-sparse==0.6.18
- tqdm==4.66.4
- typing-extensions==4.11.0
- urllib3==2.2.1
- wrapt==1.16.0
- yarl==1.9.4