Skip to content

Commit 33d45c3

Browse files
committed
update dpcs
1 parent fb94573 commit 33d45c3

3 files changed

Lines changed: 50 additions & 26 deletions

File tree

docs/requirements.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# Install PyTorch with CUDA 11.8
2+
-f https://download.pytorch.org/whl/cu118/torch_stable.html
3+
torch==2.2.0+cu118
4+
5+
# Install PyTorch Geometric and related packages
6+
-f https://data.pyg.org/whl/torch-2.2.0+cu118.html
7+
torch_geometric==2.6.1
8+
torch_cluster
9+
torch_scatter
10+
11+
# Other dependencies
12+
huggingface_hub
13+
joblib==1.3.2
14+
networkx==3.2.1
15+
pandas==2.2.3
16+
PyYAML==6.0.2
17+
rdkit==2023.9.5
18+
scikit_learn==1.4.1.post1
19+
scipy==1.14.1
20+
tqdm==4.66.2
21+
22+
optuna
23+
# docs
124
sphinx
225
furo
326
sphinx-gallery

docs/source/api.rst

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,6 @@ API Reference
33

44
This section documents the main modules and classes in `torch_molecule`.
55

6-
Base Modules
7-
------------
8-
9-
.. automodule:: torch_molecule.base
10-
:members:
11-
:undoc-members:
12-
:show-inheritance:
13-
14-
.. automodule:: torch_molecule.base.encoder
15-
:members:
16-
:undoc-members:
17-
:show-inheritance:
18-
19-
.. automodule:: torch_molecule.base.generator
20-
:members:
21-
:undoc-members:
22-
:show-inheritance:
23-
24-
.. automodule:: torch_molecule.base.predictor
25-
:members:
26-
:undoc-members:
27-
:show-inheritance:
28-
296

307
Predictors
318
----------
@@ -181,3 +158,26 @@ Utilities
181158
:members:
182159
:undoc-members:
183160
:show-inheritance:
161+
162+
Base Modules
163+
------------
164+
165+
.. automodule:: torch_molecule.base
166+
:members:
167+
:undoc-members:
168+
:show-inheritance:
169+
170+
.. automodule:: torch_molecule.base.encoder
171+
:members:
172+
:undoc-members:
173+
:show-inheritance:
174+
175+
.. automodule:: torch_molecule.base.generator
176+
:members:
177+
:undoc-members:
178+
:show-inheritance:
179+
180+
.. automodule:: torch_molecule.base.predictor
181+
:members:
182+
:undoc-members:
183+
:show-inheritance:

docs/source/index.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
torch-molecule documentation
77
============================
88

9-
Add your content using ``reStructuredText`` syntax. See the
10-
`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_
11-
documentation for details.
9+
Welcome to the Torch-Molecule documentation. Torch-Molecule is an actively developed package designed to facilitate molecular discovery through deep learning. It offers a user-friendly interface similar to `sklearn`, and includes model checkpoints for efficient deployment and benchmarking across various molecular tasks. The package currently focuses on three main components:
1210

11+
- Predictors: Molecular property prediction models that make predictions based on molecular graphs.
12+
- Generators: Molecular graph generators that generate new molecules.
13+
- Encoders: Molecular graph encoders that convert molecular graphs into a vector representation.
1314

1415
.. toctree::
1516
:maxdepth: 2

0 commit comments

Comments
 (0)