kaurm43 commited on
Commit
2545bb9
·
verified ·
1 Parent(s): 92928f6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -11
requirements.txt CHANGED
@@ -1,17 +1,20 @@
1
  # ------------------------------------------------------------
2
- # PyTorch (CPU-only) use official PyTorch CPU wheel index
3
  # ------------------------------------------------------------
4
- --index-url https://download.pytorch.org/whl/cpu
5
- torch==2.2.1
6
- torchvision==0.17.1
7
- torchaudio==2.2.1
8
 
9
  # ------------------------------------------------------------
10
- # PyTorch Geometric (PyG)
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
- -f https://data.pyg.org/whl/torch-2.2.1+cpu.html
 
 
 
 
 
 
 
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