Skip to content

Commit

Permalink
Attempt to fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Oct 14, 2024
1 parent 5c80a9f commit 60f2234
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ requires-python = ">=3.9,<4.0"
dependencies = [
"colorama>=0.4.3",
"geopandas>=0.10.0",
"matplotlib>=3.6.0",
"numpy>1.23.2",
"matplotlib>=3.8.0",
"numpy>=1.26.0",
"odc-geo>=0.4.7",
"pandas>=2.0.0",
"pandas>=2.2.0",
"pyproj>=3.6.1",
"pyTMD==2.1.6",
"scikit-learn>=1.2.0",
"scipy>=1.0.0",
"shapely>=2.0.0",
"scikit-learn>=1.4.0",
"scipy>=1.11.2",
"shapely>=2.0.6",
"tqdm>=4.55.0",
"xarray>=2022.3.0",
]
Expand Down
12 changes: 6 additions & 6 deletions uv.lock

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

0 comments on commit 60f2234

Please sign in to comment.