diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01e34f9..3bd8005 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,9 @@ jobs: pytest-results-summary: true - windows: py313-numpy22-xdist pytest-results-summary: true - - linux: py313-dev-xdist + - linux: py314-xdist + - macos: py314-xdist + - windows: py314-xdist + - linux: py314-dev-xdist secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index c7a9587..dcb4dbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,6 @@ dependencies = [ "astropy>=5.0.4", "gwcs>=0.14.0", "stsci.stimage", - "stsci.imagestats", "spherical_geometry>=1.2.20", "packaging>=21.1", ]