Skip to content

Commit

Permalink
upgrade deps, replace psycopg2 with psycopg2-binar
Browse files Browse the repository at this point in the history
  • Loading branch information
ckingbailey committed Dec 11, 2024
1 parent a783a76 commit 0979017
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion download/requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements.txt
pylint~=2.17.5
pytest~=7.4.0
pytest~=8.3.4
6 changes: 3 additions & 3 deletions download/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pandas~=2.0.3
pandas~=2.2.3
SQLAlchemy~=2.0.20
psycopg2~=2.9.7
psycopg2-binary~=2.9.7
gdrive-datastore==0.0.1.5
pyarrow==14.0.1
polars==0.19.12
polars==1.17.1

0 comments on commit 0979017

Please sign in to comment.