Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 02b74a1

Browse files
committed
Move cartopy to extras
1 parent 292f9a1 commit 02b74a1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
cartopy==0.19.0.post1
21
torch
32
xarray
43
zarr

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
install_requires=install_requires,
2020
long_description=long_description,
2121
long_description_content_type="text/markdown",
22+
extras_require={"all": ["cartopy==0.19.0.post1"]},
2223
include_package_data=True,
2324
packages=find_packages(),
2425
)

0 commit comments

Comments
 (0)