Skip to content

Commit a32dae4

Browse files
committed
update .gitignore and env.yml
1 parent a903a3c commit a32dae4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
.DS_Store
22
.ipynb_checkpoints
33
__pycache__/
4+
/conda/*
5+
*.egg-info/*
6+
test_hyper.param
47

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ channels:
88
dependencies:
99
- python=3.7
1010
- pytorch
11-
- cudatoolkit
1211
- rdkit>=2020.03.3.0
1312
- scipy
1413
- rxdock

0 commit comments

Comments
 (0)