Skip to content

Commit

Permalink
Updated deps in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Oct 12, 2020
1 parent a121428 commit 23649fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
ase_deps = ["ase~=3.20"]
cif_deps = ["numpy~=1.19"]
pdb_deps = cif_deps
pymatgen_deps = ["pymatgen==2020.9.14"]
jarvis_deps = ["jarvis-tools==2020.10.3"]
pymatgen_deps = ["pymatgen==2020.10.9"]
jarvis_deps = ["jarvis-tools==2020.10.10"]
client_deps = cif_deps

# General
Expand Down

0 comments on commit 23649fe

Please sign in to comment.