Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Nov 20, 2020
1 parent 37b55f3 commit 73f1ca9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
server_deps = ["uvicorn~=0.12.2", "Jinja2~=2.11"] + mongo_deps

# Client minded
aiida_deps = ["aiida-core~=1.4.2"]
aiida_deps = ["aiida-core~=1.5.0"]
ase_deps = ["ase~=3.20"]
cif_deps = ["numpy~=1.19"]
pdb_deps = cif_deps
pymatgen_deps = ["pymatgen==2020.10.20"]
jarvis_deps = ["jarvis-tools==2020.10.20"]
pymatgen_deps = ["pymatgen==2020.11.11"]
jarvis_deps = ["jarvis-tools==2020.11.9"]
client_deps = cif_deps

# General
Expand Down Expand Up @@ -87,11 +87,11 @@
],
python_requires=">=3.6",
install_requires=[
"lark-parser~=0.10.1",
"fastapi~=0.61.1",
"lark-parser~=0.11.1",
"fastapi~=0.61.2",
"pydantic~=1.6.1",
"email_validator~=1.1",
"requests~=2.24",
"requests~=2.25",
'typing-extensions~=3.7;python_version<"3.8"',
],
extras_require={
Expand Down

0 comments on commit 73f1ca9

Please sign in to comment.