Skip to content

Commit

Permalink
after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
scfleming committed Sep 13, 2024
2 parents 5bf6b63 + b69b2f0 commit b080e8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ __pycache__
*.c

# Other generated files
notebooks/miles_stellar_spectra
*/version.py
*/cython_version.py
htmlcov
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ install_requires =
astropy
pyo
thinkx
requests
notebook

[options.entry_points]
console_scripts =
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ deps =
astropy40: astropy==4.0.*
astropylts: astropy==4.0.*

requests228: requests==2.28.*

devdeps: git+https://github.com/numpy/numpy.git#egg=numpy
devdeps: git+https://github.com/astropy/astropy.git#egg=astropy
devdeps: git+https://github.com/psf/requests.git

# The following indicates which extras_require from setup.cfg will be installed
extras =
Expand Down

0 comments on commit b080e8f

Please sign in to comment.