Atomu2014 commited on
Commit
2df3f4b
·
1 Parent(s): 5034b46

move torch to pre-requirements

Browse files
Files changed (2) hide show
  1. pre-requirements.txt +18 -0
  2. requirements.txt +1 -19
pre-requirements.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl_py==2.1.0
2
+ easydict==1.13
3
+ fire==0.6.0
4
+ gradio==4.36.1
5
+ gradio_molecule3d==0.0.5
6
+ imageio==2.34.1
7
+ lmdb==1.4.1
8
+ matplotlib==3.4.3
9
+ numpy==1.23.1
10
+ openbabel==3.1.1.1
11
+ overrides==7.7.0
12
+ pytorch_lightning==2.0.8
13
+ PyYAML==6.0.1
14
+ PyYAML==6.0.1
15
+ rdkit==2023.9.5
16
+ scipy==1.9.3
17
+ torch==1.12.0
18
+ tqdm==4.64.0
requirements.txt CHANGED
@@ -1,21 +1,3 @@
1
- absl_py==2.1.0
2
- easydict==1.13
3
- fire==0.6.0
4
- gradio==4.36.1
5
- gradio_molecule3d==0.0.5
6
- imageio==2.34.1
7
- lmdb==1.4.1
8
- matplotlib==3.4.3
9
- numpy==1.23.1
10
- # openbabel==3.1.1.1
11
- overrides==7.7.0
12
- pytorch_lightning==2.0.8
13
- PyYAML==6.0.1
14
- PyYAML==6.0.1
15
- rdkit==2023.9.5
16
- scipy==1.9.3
17
- torch==1.12.0
18
  torch_geometric==2.1.0.post1
19
- # torch_scatter==2.0.9
20
  torchdiffeq==0.2.3
21
- tqdm==4.64.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  torch_geometric==2.1.0.post1
2
+ torch_scatter==2.0.9
3
  torchdiffeq==0.2.3