-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathrequirements.txt
More file actions
101 lines (94 loc) · 1.7 KB
/
requirements.txt
File metadata and controls
101 lines (94 loc) · 1.7 KB
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
--find-links https://data.pyg.org/whl/torch-2.2.2+cpu.html
--only-binary=:all:
# Core & Data Libraries
networkx==3.2.1
numpy==1.26.3
pandas==2.2.0
pyarrow~=19.0.0
scikit-learn==1.4.0
scipy~=1.13.0
sympy~=1.12
# Reinforcement Learning
stable-baselines3==2.2.1
gymnasium==0.29.1
rl_zoo3==2.2.1
optuna~=3.6.1
# PyTorch & PyTorch Geometric (PyG)
torch==2.2.2
triton~=2.2.0; sys_platform=='linux'
# The following PyG packages are intentionally left without version numbers
# to allow pip to select the correct build for your OS.
torch-scatter
torch-sparse
torch-cluster
torch-spline-conv
torch-geometric==2.6.1
# Visualization & GUI
matplotlib==3.8.2
openpyxl==3.1.2
PyQt5~=5.15.10
seaborn==0.13.2
# Utilities & General Purpose
alembic~=1.13.1
jsonpath-ng~=1.6.0
astroid~=3.0.3
Babel~=2.14.0
certifi>=2024.07.04
chardet~=5.2.0
cloudpickle~=3.0.0
colorlog~=6.8.2
contourpy~=1.2.1
cycler~=0.12.1
DataProperty~=1.0.1
dill~=0.3.8
docutils~=0.20.1
filelock~=3.13.3
fonttools~=4.50.0
fsspec~=2024.3.1
globus-cli
greenlet~=3.0.3
idna~=3.6
imagesize~=1.4.1
isort~=5.13.2
Jinja2~=3.1.3
joblib~=1.3.2
kiwisolver~=1.4.5
Mako~=1.3.2
MarkupSafe~=2.1.5
mbstrdecoder~=1.1.3
mccabe~=0.7.0
mdurl~=0.1.2
mpmath~=1.3.0
openai
packaging~=24.0
pathvalidate~=3.2.0
pillow~=10.3.0
pip~=23.2.1
platformdirs~=4.2.0
psutil~=7.0.0
pygments~=2.17.2
pyparsing~=3.1.2
python-dateutil~=2.9.0.post0
pytablewriter~=1.2.0
pytz~=2024.1
PyYAML~=6.0.1
requests>=2.32.0
rich~=13.7.1
setuptools~=65.5.1
six~=1.16.0
snowballstemmer~=2.2.0
SQLAlchemy~=2.0.29
tabledata~=1.3.3
tcolorpy~=0.1.4
threadpoolctl~=3.4.0
tomlkit~=0.12.4
tqdm~=4.66.2
typepy~=1.3.2
urllib3~=2.2.1
wasabi~=1.1.2
wheel~=0.38.4
# Documentation
sphinx==7.2.6
sphinx_rtd_theme==2.0.0
# Testing
pytest~=8.3.4