Skip to content

Commit

Permalink
pyproject.toml - 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 2e26e04 commit e0bfb69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions icoscp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ classifiers = [

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


Expand Down

0 comments on commit e0bfb69

Please sign in to comment.