Skip to content

Commit

Permalink
Removing the explicit psycopg2-binary dependency.
Browse files Browse the repository at this point in the history
Removing the explicit ase dependency as it is installed via aiida-core[atomic_tools].
  • Loading branch information
Jonathan Chico committed Aug 19, 2022
1 parent a53d974 commit 7914049
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ classifiers = [
keywords = ["aiida", "workflows", "lammps"]
requires-python = ">=3.8"
dependencies = [
"aiida-core[atomic-tools]>=2.0.0,<3.0.0",
"psycopg2-binary<2.9",
"ase>=3.12.0,<4.0.0",
"aiida-core[atomic_tools]>=2.0.0,<3.0.0",
"importlib_resources",
"jsonschema",
"numpy",
Expand Down

0 comments on commit 7914049

Please sign in to comment.