libokj commited on
Commit
0065d8f
·
1 Parent(s): ca28ef4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -5
requirements.txt CHANGED
@@ -16,19 +16,26 @@ hydra-core
16
  # hydra-optuna-sweeper
17
  # hydra-submitit-launcher
18
  pandas
 
19
  # pre-commit
20
  # rich
21
  # pytest
22
  # tensorboard
23
 
 
 
 
 
 
 
 
24
  # model-specific requirements
25
  # subword-nmt # MONN
26
  tape_proteins # TransformerCPI2
 
27
  fair-esm # CoaDTI-pro
28
  # apex # recommended by TAPE-BERT
29
 
30
- # feature extraction
31
- rdkit
32
- networkx>=3.2.0
33
- mhfp
34
- # tmap
 
16
  # hydra-optuna-sweeper
17
  # hydra-submitit-launcher
18
  pandas
19
+ swifter
20
  # pre-commit
21
  # rich
22
  # pytest
23
  # tensorboard
24
 
25
+ # feature extraction
26
+ biopython
27
+ rdkit
28
+ networkx>=3.2.0
29
+ mhfp
30
+ # tmap
31
+
32
  # model-specific requirements
33
  # subword-nmt # MONN
34
  tape_proteins # TransformerCPI2
35
+ gensim # TransformerCPI
36
  fair-esm # CoaDTI-pro
37
  # apex # recommended by TAPE-BERT
38
 
39
+ # data visualization utilities
40
+ bokeh
41
+ panel