Skip to content
Open
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
8 changes: 8 additions & 0 deletions changelog/323.breaking.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Increased minimum versions for these dependencies:

- scikit-image>=0.20.0
- astropy>=7.0.0
- numpy>=2.1.0
- matplotlib>=3.10.0
- scipy>=1.14.0
- scikit-image>=0.25.0
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ classifiers = [
"Topic :: Scientific/Engineering :: Physics",
]
dependencies = [
"astropy>=6.1.0",
"numpy>=1.26.0",
"matplotlib>=3.8.0",
"scipy>=1.12.0",
"scikit-image>=0.20.0",
"astropy>=7.0.0",
"numpy>=2.1.0",
"matplotlib>=3.10.0",
"scipy>=1.14.0",
"scikit-image>=0.25.0",
"sunpy[map]>=7.0.0",
]

Expand Down
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ filterwarnings =
ignore:leap-second auto-update failed:astropy.utils.exceptions.AstropyWarning
ignore:.*deprecated - use.*:pyparsing.warnings.PyparsingDeprecationWarning
ignore:.*argument is deprecated, use.*:pyparsing.warnings.PyparsingDeprecationWarning
ignore:`skimage.morphology.white_tophat` is deprecated in favor of:PendingDeprecationWarning
Loading