Skip to content

Commit

Permalink
Remove duplicate sqlalchemy dependenciy, remove version bound on runtime
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Paine <[email protected]>
  • Loading branch information
timkpaine committed Feb 7, 2024
1 parent 6d3a8bf commit a9d1328
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"psutil",
"pyarrow>=7.0.0",
"pytz",
"sqlalchemy<2",
"sqlalchemy",
]

classifiers = [
Expand Down Expand Up @@ -64,7 +64,6 @@ develop = [
"pytest-cov",
"pytest-sugar",
"scikit-build",
"sqlalchemy",
"tornado",
]

Expand Down

0 comments on commit a9d1328

Please sign in to comment.