Skip to content

Commit

Permalink
Merge pull request #54 from invrs-io/relax
Browse files Browse the repository at this point in the history
relax to jax>=0.4.27
  • Loading branch information
mfschubert authored Jan 15, 2025
2 parents 33db47f + da0029d commit fe3761c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "v0.10.3"
current_version = "v0.10.4"
commit = true
commit_args = "--no-verify"
tag = true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
pytest --cov=invrs_opt tests
tests-jax-0_4_31:
tests-jax-0_4_27:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
Expand All @@ -92,8 +92,8 @@ jobs:
- name: Setup environment
run: |
python -m pip install --upgrade pip
pip install --upgrade "jax[cpu]==0.4.27"
pip install ".[tests,dev]"
pip install --upgrade "jax==0.4.31"
- name: Run Python tests
run: |
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]

name = "invrs_opt"
version = "v0.10.3"
version = "v0.10.4"
description = "Algorithms for inverse design"
keywords = ["topology", "optimization", "jax", "inverse design"]
readme = "README.md"
Expand All @@ -16,7 +16,7 @@ maintainers = [
]

dependencies = [
"jax >= 0.4.31",
"jax >= 0.4.27",
"jaxlib",
"numpy",
"requests",
Expand Down
2 changes: 1 addition & 1 deletion src/invrs_opt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Copyright (c) 2023 The INVRS-IO authors.
"""

__version__ = "v0.10.3"
__version__ = "v0.10.4"
__author__ = "Martin F. Schubert <[email protected]>"

from invrs_opt import parameterization as parameterization
Expand Down

0 comments on commit fe3761c

Please sign in to comment.