We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a903a3c commit a32dae4Copy full SHA for a32dae4
.gitignore
@@ -1,4 +1,7 @@
1
.DS_Store
2
.ipynb_checkpoints
3
__pycache__/
4
+/conda/*
5
+*.egg-info/*
6
+test_hyper.param
7
environment.yml
@@ -8,7 +8,6 @@ channels:
8
dependencies:
9
- python=3.7
10
- pytorch
11
- - cudatoolkit
12
- rdkit>=2020.03.3.0
13
- scipy
14
- rxdock
0 commit comments