Skip to content

Commit

Permalink
Dependencies: temporarily set upper limit for psycopg2 (#707)
Browse files Browse the repository at this point in the history
A recent release of `psycopg2 v2.9` has broken (at least) the
continuous integration tests suite. This was already fixed in
`aiida-core v1.6.x` but not (yet?) backported to the last version
that support Python 3.6 which is still supported by this plugin.

This pin can be removed once a higher version of `aiida-core` is
supported or once `psycopg2` has released a fix for these problems.
  • Loading branch information
ramirezfranciscof authored Jul 21, 2021
1 parent da94161 commit 1b50690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
]
},
"install_requires": [
"psycopg2-binary<2.9",
"aiida_core[atomic_tools]~=1.4,>=1.4.4",
"aiida-pseudo~=0.6.1",
"jsonschema",
Expand Down

0 comments on commit 1b50690

Please sign in to comment.