Skip to content

Commit

Permalink
stilt pyproject - partially fix dependencies (lower version limit)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZogopZ authored Aug 28, 2024
1 parent e0bfb69 commit 5615a56
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions icoscp_stilt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ classifiers = [

requires-python = ">=3.10"
dependencies = [
"requests",
"folium >= 0.13.0",
"icoscp_core",
"pandas",
"xarray",
"netCDF4",
"folium",
"tqdm"
"pandas >= 1.3.5, < 2",
"netCDF4 >= 1.5.8",
"requests >= 2.26.0",
"tqdm >= 4.64.1",
"xarray >= 2022.9.0"
]


Expand Down

0 comments on commit 5615a56

Please sign in to comment.