Skip to content

Commit

Permalink
⬆️ UPGRADE: psycopg2 allow v2.9
Browse files Browse the repository at this point in the history
Fixed in aiidateam/pgsu#27

fixes #5002
  • Loading branch information
chrisjsewell authored Aug 30, 2021
1 parent 4174e5d commit 9dac0b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"pamqp~=2.3",
"paramiko~=2.7,>=2.7.2",
"plumpy~=0.20.0",
"pgsu~=0.2.0",
"pgsu~=0.2.1",
"psutil~=5.6",
"psycopg2-binary~=2.8.3",
"psycopg2-binary~=2.8",
"python-dateutil~=2.8",
"pytz~=2021.1",
"pyyaml~=5.4",
Expand Down

2 comments on commit 9dac0b7

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The requirements/ files are missing dependencies specified in the 'setup.json' file.

setup.json:44: No match for dependency pgsu~=0.2.1 in:

  • requirements/requirements-py-3.7.txt
  • requirements/requirements-py-3.8.txt
  • requirements/requirements-py-3.9.txt

Click here for more information on dependency management.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The requirements/ files are missing dependencies specified in the 'setup.json' file.

setup.json:44: No match for dependency pgsu~=0.2.1 in:

  • requirements/requirements-py-3.7.txt
  • requirements/requirements-py-3.8.txt
  • requirements/requirements-py-3.9.txt

Click here for more information on dependency management.

Please sign in to comment.