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
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ exclude tox.ini
# Prune folders
prune .github
prune changelog
prune docs
# This subpackage is only used in development checkouts
# and should not be included in built tarballs
prune sunkit_spex/_dev
Expand Down
9 changes: 8 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,15 @@ set_env =
deps =
# For packages which publish nightly wheels this will pull the latest nightly
devdeps: numpy>=0.0.dev0
devdeps: matplotlib>=0.0.dev0
devdeps: scipy>=0.0.dev0
devdeps: xarray>0.0.dev0
devdeps: sunpy>0.0.dev0
devdeps: astropy>0.0dev0
# Packages without nightly wheels will be built from source like this
# devdeps: git+https://github.com/ndcube/ndcube
devdeps: git+https://github.com/sunpy/ndcube
devdeps: git+https://github.com/Cadair/parfive
devdeps: git+https://github.com/spacetelescope/gwcs
oldestdeps: minimum_dependencies
# The following indicates which extras_require will be installed
extras =
Expand Down
Loading