Skip to content

Commit

Permalink
update jax version and gh action version
Browse files Browse the repository at this point in the history
  • Loading branch information
kazewong committed Oct 18, 2024
1 parent 54f2db5 commit e36bac8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: uv build

- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.8.4
uses: pypa/gh-action-pypi-publish@v1.10.3
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"corner>=2.2.2",
"flowmc>=0.3.4",
"gwpy>=3.0.10",
"jax>=0.4.34",
"jax>=0.4.24, <=0.4.31",
"jaxtyping>=0.2.34",
"pytest>=8.3.3",
"ripplegw>=0.0.9",
Expand Down
52 changes: 24 additions & 28 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e36bac8

Please sign in to comment.