Skip to content

Commit

Permalink
update change log and requirements.txt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Aug 14, 2023
1 parent 17e4ad6 commit d267e58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ['3.10']
fitsio-version: ['==1.1.7']
env:
DESIUTIL_VERSION: 3.2.6
DESIUTIL_VERSION: 3.3.1
FASTSPECFIT: ${GITHUB_WORKSPACE}/fastspecfit
DESI_ROOT: ${FASTSPECFIT}/desi

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
python-version: ['3.10']
fitsio-version: ['==1.1.7']
env:
DESIUTIL_VERSION: 3.2.6
DESIUTIL_VERSION: 3.3.1
FASTSPECFIT: ${GITHUB_WORKSPACE}/fastspecfit
DESI_ROOT: ${FASTSPECFIT}/desi

Expand Down
4 changes: 3 additions & 1 deletion doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ Change Log
2.3.1 (not released yet)
------------------------

*
* Bug fixes and miscellaneous feature requests for next VACs [`PR #148`_].

.. _`PR #148`: https://github.com/desihub/fastspecfit/pull/148

2.3.0 (2023-08-07)
------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ matplotlib
fitsio
git+https://github.com/desihub/[email protected]#egg=desimodel
git+https://github.com/desihub/[email protected]#egg=desitarget
git+https://github.com/desihub/desispec.git@main#egg=desispec
git+https://github.com/desihub/desispec.git@0.59.2#egg=desispec
git+https://github.com/desihub/[email protected]#egg=speclite

0 comments on commit d267e58

Please sign in to comment.