jannisborn commited on
Commit
561e606
·
unverified ·
1 Parent(s): 83e1f44
Files changed (1) hide show
  1. requirements.txt +14 -13
requirements.txt CHANGED
@@ -1,7 +1,5 @@
1
- jupyter-packaging==0.10.3
2
  -f https://download.pytorch.org/whl/cpu/torch_stable.html
3
  -f https://data.pyg.org/whl/torch-1.12.1+cpu.html
4
- # pip==20.2.4
5
  torch==1.12.1
6
  torch-scatter
7
  torch-spline-conv
@@ -9,26 +7,27 @@ torch-sparse
9
  torch-geometric
10
  torchvision==0.13.1
11
  torchaudio==0.12.1
12
- torchmetrics==0.11.4
13
  gt4sd>=1.4.2
14
- diffusers==0.6.0
15
- keras==2.10.0
16
  molgx>=0.22.0a1
17
- molecule_generation
18
- networkx==3.0
19
- nglview
20
  PyTDC==0.3.7
21
  gradio==4.36.1
 
22
  markdown-it-py>=2.1.0
23
- mols2grid==1.1.1
24
  numpy==1.23.5
25
  pandas>=1.0.0,<2.0.0
26
- httpcore==0.15
27
  pydantic>=2.0.0
28
  pydantic-settings>=2.0.0
29
- lightning-utilities==0.9.0
 
 
30
  pytorch-lightning==1.7.7
31
- sentence-transformers==2.2.2
 
32
  terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
33
  guacamol_baselines @ git+https://github.com/GT4SD/guacamol_baselines.git@v0.0.2
34
  moses @ git+https://github.com/GT4SD/moses.git@v0.1.0
@@ -38,4 +37,6 @@ paccmann_gp @ git+https://github.com/PaccMann/paccmann_gp@0.1.1
38
  paccmann_omics @ git+https://github.com/PaccMann/paccmann_omics@0.0.1.1
39
  paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
40
  reinvent_models @ git+https://github.com/GT4SD/reinvent_models@v0.0.1
41
- h11==0.13.0
 
 
 
 
1
  -f https://download.pytorch.org/whl/cpu/torch_stable.html
2
  -f https://data.pyg.org/whl/torch-1.12.1+cpu.html
 
3
  torch==1.12.1
4
  torch-scatter
5
  torch-spline-conv
 
7
  torch-geometric
8
  torchvision==0.13.1
9
  torchaudio==0.12.1
10
+ diffusers==0.11.1
11
  gt4sd>=1.4.2
 
 
12
  molgx>=0.22.0a1
13
+ molecule-generation>=0.3.0
14
+ mols2grid
15
+ nglview==3.1.0
16
  PyTDC==0.3.7
17
  gradio==4.36.1
18
+ httpcore==0.15
19
  markdown-it-py>=2.1.0
 
20
  numpy==1.23.5
21
  pandas>=1.0.0,<2.0.0
22
+ pymatgen>=2022.11.7
23
  pydantic>=2.0.0
24
  pydantic-settings>=2.0.0
25
+ torchmetrics==0.11.4
26
+ networkx==3.0
27
+ keras==2.10.0
28
  pytorch-lightning==1.7.7
29
+ transformers
30
+ httpcore==0.15
31
  terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
32
  guacamol_baselines @ git+https://github.com/GT4SD/guacamol_baselines.git@v0.0.2
33
  moses @ git+https://github.com/GT4SD/moses.git@v0.1.0
 
37
  paccmann_omics @ git+https://github.com/PaccMann/paccmann_omics@0.0.1.1
38
  paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
39
  reinvent_models @ git+https://github.com/GT4SD/reinvent_models@v0.0.1
40
+ h11==0.13
41
+ huggingface-hub<0.26.0
42
+ jupyter-packaging