Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions projects/EarthNow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,29 @@ dependencies = [
"numpy>=1.23",
"netCDF4>=1.6.0",
"scipy>=1.10",
]

[project.optional-dependencies]
plotting = [
"pytz",
"pillow>=10",
"matplotlib>=3.7",
"cartopy>=0.22",
"astropy",
"shapely",
"geopandas", #pandas only used with geopandas
"pytz",
"pandas",
"geopandas",
]

images = [
"pillow>=10",
]
[project.optional-dependencies]
# plotting = [
# ]

# images = [
# ]

dev = [
"pytest>=7",
"ruff>=0.3",
"mypy>=1.7",
"ipykernel>=7.2.0",
"xarray>=2026.2.0",
"xarray>=2026.2.0", # This is just for testing right now, but move to main dependencies if we transition to xarray reading
"pre-commit>=4.5.1",
]

Expand Down
36 changes: 17 additions & 19 deletions projects/EarthNow/uv.lock

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

Loading