Skip to content

Commit

Permalink
Merge pull request #7567 from CyclingNinja/deps_update
Browse files Browse the repository at this point in the history
Update oldest deps to two year age limit
  • Loading branch information
nabobalis committed Apr 10, 2024
2 parents 9c4ff1a + a755437 commit bc5224f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 25 deletions.
25 changes: 13 additions & 12 deletions changelog/7383.feature.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
Increased minimum versions for:

- python >= 3.10
- astropy >= 5.2.0
- asdf >= 2.12.0
- asdf-astropy >= 0.2.0
- asdf >= 2.11.0
- dask >= 2022.5.2
- scikit-image >= 0.19.0
- scipy >= 1.8.0
- lxml >= 4.9.0
- reproject >= 0.9.0
- astropy >= 5.2.0
- beautifulsoup4 >= 4.11.0
- tqdm >= 4.64.0
- zeep >= 4.1.0
- spiceypy >= 5.0.0
- cdflib >= 0.4.4
- dask >= 2022.5.2
- h5netcdf > =1.0.0
- h5py >= 3.7.0
- pandas >= 1.4.0
- lxml >= 4.9.0
- opencv-python >= 4.6.0.66
- pandas >= 1.4.0
- python >= 3.10
- reproject >= 0.9.0
- requests >= 2.28.0
- scikit-image >= 0.19.0
- scipy >= 1.8.0
- spiceypy >= 5.0.0
- tqdm >= 4.64.0
- zeep >= 4.1.0
21 changes: 11 additions & 10 deletions docs/whatsnew/6.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,23 @@ The minimum required versions of core dependencies have been updated:

The minimum required versions of these optional dependencies has also been updated:

- asdf >= 2.12.0
- asdf-astropy >= 0.2.0
- asdf >= 2.11.0
- dask >= 2022.5.2
- scikit-image >= 0.19.0
- scipy >= 1.8.0
- lxml >= 4.9.0
- reproject >= 0.9.0
- beautifulsoup4 >= 4.11.0
- tqdm >= 4.64.0
- zeep >= 4.1.0
- spiceypy >= 5.0.0
- cdflib >= 0.4.4
- dask >= 2022.5.2
- h5netcdf >= 1.0.0
- h5py >= 3.7.0
- pandas >= 1.4.0
- lxml >= 4.9.0
- opencv-python >= 4.6.0.66
- pandas >= 1.4.0
- reproject >= 0.9.0
- requests >= 2.28
- scikit-image >= 0.19.0
- scipy >= 1.8.0
- spiceypy >= 5.0.0
- tqdm >= 4.64.0
- zeep >= 4.1.0

Removal of ``sunpy.database``
=============================
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"packaging>=21.3",
"parfive[ftp]>=2.0.0",
"pyerfa>=2.0",
"requests>=2.27.0",
"requests>=2.28.0",
]
dynamic = ["version"]

Expand All @@ -52,7 +52,7 @@ Changelog = "https://docs.sunpy.org/en/stable/whatsnew/changelog.html"

[project.optional-dependencies]
# The list of available extras is also in the installation docs, if you add or remove one please edit it there as well.
asdf = ["asdf-astropy>=0.2.0", "asdf>=2.11.0"]
asdf = ["asdf-astropy>=0.2.0", "asdf>=2.12.0"]
dask = ["dask[array]>=2022.5.2"]
image = [
"scikit-image>=0.19.0",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ deps =
oldestdeps: glymur<0.9.2
oldestdeps: h5netcdf<1.1.0
oldestdeps: matplotlib<3.6.0
oldestdeps: numpy<1.22.0
oldestdeps: numpy<1.23.0
oldestdeps: opencv-python<4.7.0.68
oldestdeps: pandas<1.5.0
oldestdeps: parfive<2.1.0
Expand Down

0 comments on commit bc5224f

Please sign in to comment.