Skip to content

Commit

Permalink
build: specify version
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Jul 17, 2024
1 parent 90176bd commit 86d18ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions deps/requirements.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
typer~=0.12.0
polars
pandas
sqlalchemy
psycopg
psycopg2
pyarrow
polars~=1.2.0
pandas>=2.0.0
sqlalchemy>=2.0.0
psycopg~=3.2.0
psycopg2~=2.9.0
pyarrow~=17.0.0

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ dynamic = ["version"]

dependencies = [
"typer~=0.12.0",
"polars",
"pandas",
"sqlalchemy",
"psycopg",
"psycopg2",
"pyarrow",
"polars~=1.2.0",
"pandas>=2.0.0",
"sqlalchemy>=2.0.0",
"psycopg~=3.2.0",
"psycopg2~=2.9.0",
"pyarrow~=17.0.0",
]

[project.urls]
Expand Down

0 comments on commit 86d18ea

Please sign in to comment.