Skip to content

Commit

Permalink
bump dependencies (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
ouslan authored Feb 20, 2025
1 parent 3efc862 commit daf2b42
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 116 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ dependencies = [
"sqlmodel>=0.0.22",
"numpy>=2.2.2",
"duckdb>=1.2.0",
"geopandas>=1.0.1",
]
40 changes: 32 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ certifi==2024.12.14
# via
# httpcore
# httpx
# pyogrio
# pyproj
# requests
charset-normalizer==3.4.1
# via requests
Expand All @@ -23,8 +25,10 @@ click==8.1.8
# uvicorn
dnspython==2.7.0
# via email-validator
duckdb==1.1.3
# via ibis-framework
duckdb==1.2.0
# via
# jp-api (pyproject.toml)
# ibis-framework
email-validator==2.2.0
# via fastapi
fastapi==0.115.7
Expand All @@ -33,6 +37,12 @@ fastapi-cli==0.0.7
# via fastapi
fastexcel==0.12.1
# via jp-api (pyproject.toml)
geoarrow-types==0.2.0
# via ibis-framework
geopandas==1.0.1
# via
# jp-api (pyproject.toml)
# ibis-framework
greenlet==3.1.1
# via sqlalchemy
h11==0.14.0
Expand All @@ -45,7 +55,7 @@ httptools==0.6.4
# via uvicorn
httpx==0.28.1
# via fastapi
ibis-framework==9.5.0
ibis-framework==10.0.0
# via jp-api (pyproject.toml)
idna==3.10
# via
Expand All @@ -63,21 +73,27 @@ mdurl==0.1.2
# via markdown-it-py
numpy==2.2.2
# via
# jp-api (pyproject.toml)
# geopandas
# ibis-framework
# pandas
# pyarrow
# pyogrio
# shapely
packaging==24.2
# via ibis-framework
# via
# geopandas
# ibis-framework
# pyogrio
pandas==2.2.3
# via
# jp-api (pyproject.toml)
# geopandas
# ibis-framework
parsy==2.1
# via ibis-framework
polars==1.20.0
# via jp-api (pyproject.toml)
psycopg2-binary==2.9.10
# via jp-api (pyproject.toml)
pyarrow==17.0.0
# via
# fastexcel
Expand All @@ -92,6 +108,12 @@ pydantic-core==2.27.2
# via pydantic
pygments==2.19.1
# via rich
pyogrio==0.10.0
# via geopandas
pyproj==3.7.1
# via
# geopandas
# ibis-framework
python-dateutil==2.9.0.post0
# via
# ibis-framework
Expand All @@ -108,8 +130,6 @@ pytz==2024.2
# pandas
pyyaml==6.0.2
# via uvicorn
regex==2024.11.6
# via ibis-framework
requests==2.32.3
# via jp-api (pyproject.toml)
rich==13.9.4
Expand All @@ -119,6 +139,10 @@ rich==13.9.4
# typer
rich-toolkit==0.13.2
# via fastapi-cli
shapely==2.0.7
# via
# geopandas
# ibis-framework
shellingham==1.5.4
# via typer
six==1.17.0
Expand Down
Loading

0 comments on commit daf2b42

Please sign in to comment.