Skip to content

Commit

Permalink
pyproject - repin upper limit to latest pandas-2.2.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZogopZ authored Oct 17, 2024
1 parent cf557b5 commit 15945e9
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 >= 0.13.0",
"icoscp_core",
"pandas >= 1.3.5, < 2",
"pandas >= 1.3.5, <= 2.2.3",
"requests >= 2.26.0",
"tqdm >= 4.64.1"
]
Expand Down

0 comments on commit 15945e9

Please sign in to comment.