Skip to content

Commit

Permalink
build: use psycopg2-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Aug 29, 2024
1 parent 53572e1 commit c6b44ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/requirements.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
typer>=0.12.0
typer>=0.12.4
polars>=1.2.0
pandas>=2.0.0
sqlalchemy>=2.0.0
psycopg>=3.2.0
psycopg2>=2.9.0
psycopg2-binary>=2.9.0
pyarrow>=17.0.0
mysqlclient>=2.2.0
connectorx>=0.3.0
Expand Down

0 comments on commit c6b44ed

Please sign in to comment.