Skip to content

Commit

Permalink
icoscp - restrict pandas dependency version with an interval
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzov committed Aug 23, 2024
1 parent 26887f0 commit 2e26e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icoscp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ requires-python = ">=3.10"
dependencies = [
"folium",
"icoscp_core",
"pandas",
"pandas >= 1.3.5, < 2",
"requests",
"tqdm"
]
Expand Down

0 comments on commit 2e26e04

Please sign in to comment.