Skip to content

Commit

Permalink
Fixed dependencies for nbconvert.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotsias, Panagiotis-Christos committed Dec 19, 2019
1 parent 576f88a commit 2db43ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions env/ddc_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ dependencies:
- cudnn=7.6.4
- rdkit=2018.09.1.0=py36h71b666b_1
- python=3.6.7=h0371630_0
- seaborn=0.9.0
# Old tensorflow version used in the publication
#- tensorflow-gpu=1.12.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
"tqdm == 4.35.0",
"scikit-learn == 0.21.3",
"scipy == 1.3.1",
"ipykernel == 5.1.2",
"ipykernel == 5.1.1",
"ipython",
"matplotlib == 3.1.1",
"pandas == 0.25.1",
"molsets == 0.2"
],
zip_safe=False,
)

0 comments on commit 2db43ce

Please sign in to comment.