Skip to content

Commit

Permalink
Bump to v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hover2pi committed Nov 9, 2020
1 parent 9a24da4 commit af1111a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
27 changes: 20 additions & 7 deletions .rtd-environment.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
name: rtd

channels:
- conda-forge
- http://ssb.stsci.edu/astroconda
- defaults
dependencies:
- numpy
- scipy
- bokeh
- astropy
- numpy=1.18.1
- astropy=4.0
- python=3.6.8
- pytest=5.4.3
- bokeh=1.4.0
- astroquery=0.4.1
- scipy=1.2.1
- pandas=0.23.4
- selenium=2.49.2
- pytest=6.1.2
- jupyter=1.0.0
- ipython=7.12.0
- pip:
- pysynphot
- numpydoc
- svo-filters==0.2.19
- dustmaps==1.0.4
- astroquery==0.4.1
- numpydoc==0.8.0
- sphinx-automodapi
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ conda:
file: environment.yml

python:
version: 3.5
version: 3.6
setup_py_install: true
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='sedkit',
version='1.0.5',
version='1.0.6',
description='Spectral energy distribution construction and analysis tools',
url='https://github.com/hover2pi/sedkit',
author='Joe Filippazzo',
Expand Down

0 comments on commit af1111a

Please sign in to comment.