Skip to content

Commit

Permalink
⬆️ Bump taichi from 1.7.0 to 1.7.3
Browse files Browse the repository at this point in the history
Bumps [taichi](https://github.com/taichi-dev/taichi) from 1.7.0 to 1.7.3.
- [Release notes](https://github.com/taichi-dev/taichi/releases)
- [Commits](taichi-dev/taichi@v1.7.0...v1.7.3)

---
updated-dependencies:
- dependency-name: taichi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent a9d9635 commit bc4e7c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmarks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
jax[cpu]==0.4.14
brainpy==2.4.6.post5
taichi==1.7.0
taichi==1.7.3
brainpylib==0.2.6
pandas
matplotlib
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/requirements_cuda.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
jax[cuda12_pip]==0.4.14
brainpy==2.4.6.post5
taichi==1.7.0
taichi==1.7.3
brainpylib-cu12x==0.2.6
pandas
matplotlib
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requires = [
"pybind11",
"setuptools_scm[toml]>=3.4",
"cmake",
"taichi==1.7.2",
"taichi==1.7.3",
]

build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit bc4e7c2

Please sign in to comment.