File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[build-system ]
22requires = [" setuptools>=30.3.0" ,
3- " setuptools_scm" ,
4- " wheel" ]
3+ " setuptools_scm" ]
54build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change @@ -5,13 +5,10 @@ envlist =
55 twine
66 bandit
77 linkcheck
8- requires =
9- setuptools >= 30.3.0
10- pip >= 19.3.1
118
129[testenv]
1310setenv =
14- devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
11+ 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
1512
1613# Pass through the following environemnt variables which are needed for the CI
1714passenv = HOME,WINDIR,CI,PYSYN_CDBS
4946 # or nightly wheel of key dependencies.
5047 devdeps: numpy>=0.0.dev0
5148 devdeps: scipy>=0.0.dev0
49+ devdeps: pyerfa>=0.0.dev0
5250 devdeps: astropy>=0.0.dev0
5351 devdeps: git+https://github.com/spacetelescope/synphot_refactor.git@master# egg=synphot
5452
You can’t perform that action at this time.
0 commit comments