Skip to content

Commit 08fa7b9

Browse files
authored
add scipy-stubs as extra [types] dependency (#10202)
* add `scipy-stubs` as extra `[types]` dependency * add changelog entry for #10202
1 parent 81fe55a commit 08fa7b9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

doc/whats-new.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ v2025.04.0 (unreleased)
2222
New Features
2323
~~~~~~~~~~~~
2424

25+
- Added `scipy-stubs <https://github.com/scipy/scipy-stubs>`_ to the ``xarray[types]`` dependencies.
26+
By `Joren Hammudoglu <https://github.com/jorenham>`_.
2527

2628
Breaking changes
2729
~~~~~~~~~~~~~~~~

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ parallel = ["dask[complete]"]
4545
viz = ["cartopy", "matplotlib", "nc-time-axis", "seaborn"]
4646
types = [
4747
"pandas-stubs",
48+
"scipy-stubs",
4849
"types-PyYAML",
4950
"types-Pygments",
5051
"types-colorama",

0 commit comments

Comments
 (0)