add hopfield network dependency
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
rdkit #==2022.3.5
|
|
|
|
|
2 |
#torch
|
3 |
#jax_unirep
|
4 |
#bio-embeddings
|
|
|
1 |
rdkit #==2022.3.5
|
2 |
+
git+https://github.com/ml-jku/hopfield-layers
|
3 |
+
|
4 |
#torch
|
5 |
#jax_unirep
|
6 |
#bio-embeddings
|