Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +12 -11
requirements.txt
CHANGED
|
@@ -1,17 +1,20 @@
|
|
| 1 |
# ------------------------------------------------------------
|
| 2 |
-
#
|
| 3 |
# ------------------------------------------------------------
|
| 4 |
-
--index-url https://
|
| 5 |
-
|
| 6 |
-
torchvision==0.17.1
|
| 7 |
-
torchaudio==2.2.1
|
| 8 |
|
| 9 |
# ------------------------------------------------------------
|
| 10 |
-
# PyTorch
|
| 11 |
-
# IMPORTANT: Pin compiled ops to the exact wheels for torch 2.2.x CPU
|
| 12 |
-
# See: https://data.pyg.org/whl/torch-2.2.1+cpu.html
|
| 13 |
# ------------------------------------------------------------
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
pyg-lib==0.4.0
|
| 16 |
torch-scatter==2.1.2
|
| 17 |
torch-sparse==0.6.18
|
|
@@ -48,8 +51,6 @@ beautifulsoup4>=4.12
|
|
| 48 |
matplotlib>=3.7
|
| 49 |
plotly>=5.18
|
| 50 |
selfies>=2.1
|
| 51 |
-
|
| 52 |
-
# Needed because your app imports: from dotenv import load_dotenv
|
| 53 |
python-dotenv>=1.0.0
|
| 54 |
|
| 55 |
# Chemistry
|
|
|
|
| 1 |
# ------------------------------------------------------------
|
| 2 |
+
# Use PyPI for general packages, and add PyTorch CPU wheels as extra
|
| 3 |
# ------------------------------------------------------------
|
| 4 |
+
--index-url https://pypi.org/simple
|
| 5 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
|
|
|
|
| 6 |
|
| 7 |
# ------------------------------------------------------------
|
| 8 |
+
# PyTorch (CPU-only)
|
|
|
|
|
|
|
| 9 |
# ------------------------------------------------------------
|
| 10 |
+
torch==2.2.0
|
| 11 |
+
torchvision==0.17.0
|
| 12 |
+
torchaudio==2.2.0
|
| 13 |
+
|
| 14 |
+
# ------------------------------------------------------------
|
| 15 |
+
# PyTorch Geometric compiled wheels matched to torch 2.2.0 CPU
|
| 16 |
+
# ------------------------------------------------------------
|
| 17 |
+
-f https://data.pyg.org/whl/torch-2.2.0+cpu.html
|
| 18 |
pyg-lib==0.4.0
|
| 19 |
torch-scatter==2.1.2
|
| 20 |
torch-sparse==0.6.18
|
|
|
|
| 51 |
matplotlib>=3.7
|
| 52 |
plotly>=5.18
|
| 53 |
selfies>=2.1
|
|
|
|
|
|
|
| 54 |
python-dotenv>=1.0.0
|
| 55 |
|
| 56 |
# Chemistry
|