Skip to content

Commit

Permalink
stilt project - relax pandas dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ZogopZ committed Oct 18, 2024
1 parent f12ec20 commit e3bd77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icoscp_stilt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ requires-python = ">=3.10"
dependencies = [
"folium >= 0.13.0",
"icoscp_core",
"pandas >= 1.3.5, < 2",
"pandas >= 1.3.5, <= 2.2.3",
"netCDF4 >= 1.5.8",
"requests >= 2.26.0",
"tqdm >= 4.64.1",
Expand Down

0 comments on commit e3bd77a

Please sign in to comment.