Skip to content

Commit

Permalink
adjust dependency for conda
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Nov 21, 2024
1 parent a81b531 commit 1cdbf55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cartes"
version = "0.8.2"
version = "0.8.3"
description = "A generic toolbox for building maps in Python"
authors = [{ name = "Xavier Olive", email = "[email protected]" }]
license = "MIT"
Expand All @@ -26,7 +26,7 @@ dependencies = [
"appdirs>=1.4.4",
"beautifulsoup4>=4.12.3",
"cartopy>=0.23.0; python_version<'3.10'",
"cartopy>=0.24.1; python_version>='3.10'",
"cartopy>=0.24.0; python_version>='3.10'",
"fastapi>=0.115.0",
"geopandas>=1.0.1",
"httpx[http2]>=0.27.2",
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1cdbf55

Please sign in to comment.