Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -12,6 +12,7 @@ dgllife
|
|
12 |
# configuration and utilities
|
13 |
hydra-core
|
14 |
pandas
|
|
|
15 |
|
16 |
# model-specific requirements
|
17 |
subword-nmt # MolTrans
|
@@ -24,4 +25,6 @@ rdkit
|
|
24 |
mordred
|
25 |
networkx>=3.0
|
26 |
mhfp
|
|
|
|
|
27 |
# tmap
|
|
|
12 |
# configuration and utilities
|
13 |
hydra-core
|
14 |
pandas
|
15 |
+
tensorboard
|
16 |
|
17 |
# model-specific requirements
|
18 |
subword-nmt # MolTrans
|
|
|
25 |
mordred
|
26 |
networkx>=3.0
|
27 |
mhfp
|
28 |
+
panel
|
29 |
+
plotly
|
30 |
# tmap
|