@@ -25,17 +25,17 @@ pip_pre = true
2525# side effects and make sure all test suites pass with all packages
2626deps =
2727 astropy[all,test]
28- asdf_astropy,all: git+https://github.com/astropy/asdf-astropy[test]
29- astropy_healpix,all: git+https://github.com/astropy/astropy-healpix[test]
30- astroquery,all: git+https://github.com/astropy/astroquery[test,all]
31- ccdproc,all: git+https://github.com/astropy/ccdproc[test,all]
32- photutils,all: git+https://github.com/astropy/photutils[test,all]
33- regions,all: git+https://github.com/astropy/regions[test,all]
34- reproject,all: git+https://github.com/astropy/reproject[test,all]
35- specreduce,all: git+https://github.com/astropy/specreduce[test]
36- specutils,all: git+https://github.com/astropy/specutils[all,test]
37- sunpy,all: https://github.com/sunpy/sunpy[test,all]
38- lightkurve,all: https://github.com/lightkurve/lightkurve[test,all]
28+ asdf_astropy,all: git+https://github.com/astropy/asdf-astropy.git # egg=asdf_astropy [test]
29+ astropy_healpix,all: git+https://github.com/astropy/astropy-healpix.git # egg=astropy_healpix [test]
30+ astroquery,all: git+https://github.com/astropy/astroquery.git # egg=astroquery [test,all]
31+ ccdproc,all: git+https://github.com/astropy/ccdproc.git # egg=ccdproc [test,all]
32+ photutils,all: git+https://github.com/astropy/photutils.git # egg=photutils [test,all]
33+ regions,all: git+https://github.com/astropy/regions.git # egg=regions [test,all]
34+ reproject,all: git+https://github.com/astropy/reproject.git # egg=reproject [test,all]
35+ specreduce,all: git+https://github.com/astropy/specreduce.git # egg=specreduce [test]
36+ specutils,all: git+https://github.com/astropy/specutils.git # egg=specutils [all,test]
37+ sunpy,all: git+ https://github.com/sunpy/sunpy.git # egg= sunpy[test,all]
38+ lightkurve,all: git+ https://github.com/lightkurve/lightkurve.git # egg= lightkurve[test,all]
3939
4040skip_install = true
4141
0 commit comments