jannisborn commited on
Commit
6e7eceb
·
1 Parent(s): 14f0f32

wip: update reqs

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -1
requirements.txt CHANGED
@@ -1,5 +1,23 @@
 
 
 
 
 
 
 
 
1
  gt4sd>=1.0.0
2
  gradio>=3.9
3
  markdown-it-py>=2.1.0
4
  mols2grid>=0.2.0
5
- pandas>=1.0.0
 
 
 
 
 
 
 
 
 
 
 
1
+ torch>=1.0,<=1.12.1+cpu; sys_platform == "linux"
2
+ torch>=1.0,<=1.12.1; sys_platform != "linux"
3
+ torch-sparse<=0.6.15+cpu; sys_platform == 'linux'
4
+ torch-sparse<=0.6.15; sys_platform != 'linux'
5
+ torch-geometric<=2.0.4+cpu; sys_platform == 'linux'
6
+ torch-geometric<=2.0.4; sys_platform != 'linux'
7
+ torch-cluster<=1.6.0+cpu; sys_platform == 'linux'
8
+ torch-cluster<=1.6.0; sys_platform != 'linux'
9
  gt4sd>=1.0.0
10
  gradio>=3.9
11
  markdown-it-py>=2.1.0
12
  mols2grid>=0.2.0
13
+ pandas>=1.0.0
14
+ guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
15
+ moses @ git+https://github.com/GT4SD/[email protected]
16
+ paccmann_chemistry @ git+https://github.com/PaccMann/[email protected]
17
+ paccmann_generator @ git+https://github.com/PaccMann/[email protected]
18
+ paccmann_gp @ git+https://github.com/PaccMann/[email protected]
19
+ paccmann_omics @ git+https://github.com/PaccMann/[email protected]
20
+ paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
21
+ pytoda @ git+https://github.com/PaccMann/[email protected]
22
+ reinvent_models @ git+https://github.com/GT4SD/[email protected]
23
+ terminator @ git+https://github.com/IBM/regression-transformer@gt4sd