Skip to content

Commit 3388da7

Browse files
committed
add cartopy to test requirements
1 parent afe892a commit 3388da7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies=['yt>=4.2.0', 'h5py>=3.4.0', 'pooch>=1.5.1', 'xarray']
2929

3030
[project.optional-dependencies]
3131
full = ["netCDF4", "scipy", "dask[complete]"]
32-
test = ["pytest", "pytest-cov"]
32+
test = ["pytest", "pytest-cov", "cartopy"]
3333
docs = ["Sphinx==7.2.6", "jinja2==3.1.2", "nbsphinx==0.9.3"]
3434

3535
[tool.black]

0 commit comments

Comments
 (0)