libokj commited on
Commit
3d51369
·
1 Parent(s): 4c7694f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -11
requirements.txt CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # deep learning
2
  # Install with conda
3
  torch >= 2.2
@@ -10,17 +21,6 @@ dgl
10
  dglgo
11
  dgllife
12
 
13
- # configuration and utilities
14
- hydra-core
15
- pandas
16
- swifter
17
- pandarallel
18
- tensorboard
19
- biopython
20
- apscheduler
21
- tinydb
22
- email-validator
23
-
24
  # model-specific requirements
25
  subword-nmt # MolTrans
26
  tape_proteins # TransformerCPI2
 
1
+ # configuration and utilities
2
+ hydra-core
3
+ pandas
4
+ swifter
5
+ pandarallel
6
+ tensorboard
7
+ biopython
8
+ apscheduler
9
+ tinydb
10
+ email-validator
11
+
12
  # deep learning
13
  # Install with conda
14
  torch >= 2.2
 
21
  dglgo
22
  dgllife
23
 
 
 
 
 
 
 
 
 
 
 
 
24
  # model-specific requirements
25
  subword-nmt # MolTrans
26
  tape_proteins # TransformerCPI2