File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pip_pre = true
23
23
# Note that we install all dependencies in all environments to catch any
24
24
# side effects and make sure all test suites pass with all packages
25
25
deps =
26
- astropy[test]
26
+ astropy[all, test]
27
27
28
28
asdf_astropy-!dev,all-!dev: asdf_astropy[test]
29
29
asdf_astropy-dev,all-dev: asdf_astropy[test] @ git+https://github.com/astropy/asdf-astropy.git
54
54
specutils-dev,all-dev: specutils[all,test] @ git+https://github.com/astropy/specutils.git# egg=
55
55
56
56
sunpy-!dev,all-!dev: sunpy[tests,all]
57
- sunpy-dev,all-dev: sunpy[tests,all] @ git+https://github.com/nabobalis/sunpy.git@figures
58
-
59
- numpy ==2.0.0rc1
57
+ sunpy-dev,all-dev: sunpy[tests,all] @ git+https://github.com/sunpy/sunpy.git
60
58
61
59
skip_install = true
62
60
You can’t perform that action at this time.
0 commit comments