Skip to content

Commit

Permalink
Cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed Dec 23, 2024
1 parent 8978081 commit bc657b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ authors = [
]
dependencies = [
"numpy",
"astropy",
]
dynamic = [
"version",
Expand All @@ -29,6 +28,7 @@ Documentation = "http://spacetelescope.github.io/drizzle/"

[project.optional-dependencies]
test = [
"astropy",
"pytest",
"pytest-cov",
"pytest-doctestplus",
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ passenv = HOME,WINDIR,LC_ALL,LC_CTYPE,CC,CI
setenv =
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/liberfa/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple

extras =
test

deps =
xdist: pytest-xdist
cov: pytest-cov
Expand Down

0 comments on commit bc657b7

Please sign in to comment.