Skip to content

Commit

Permalink
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#15)
Browse files Browse the repository at this point in the history
* Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@v1.8.14...v1.9.0)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* pin numpy to <2.0.0

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tianlu Yuan <5412915+tianluyuan@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and tianluyuan committed Jun 18, 2024
1 parent 5ace760 commit de6e8a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
--outdir dist/
.
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.14
uses: pypa/gh-action-pypi-publish@v1.9.0
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'nuVeto':['data/decay_distributions/*.npz','data/prpl/*.pkl','data/corsika/*.pkl'],
'nuVeto.resources.mu':['mmc/ice*.pklz']
},
install_requires=['numpy', 'scipy', 'MCEq'],
install_requires=['numpy<2.0.0', 'scipy', 'MCEq'],
extras_require={
'plotting': ['matplotlib'],
'resources': ['pythia8', 'matplotlib', 'argparse', 'pandas'],
Expand Down

0 comments on commit de6e8a2

Please sign in to comment.