Skip to content

Commit

Permalink
⬆️ Bump taichi from 1.7.0 to 1.7.2
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.2.
- [Release notes](https://github.com/taichi-dev/taichi/releases)
- [Commits](taichi-dev/taichi@v1.7.0...v1.7.2)

---
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 Aug 23, 2024
1 parent d1a4afb commit 9067ad1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ matplotlib
msgpack
tqdm
pathos
taichi==1.7.0
taichi==1.7.2
numba
braincore
braintools
Expand Down
2 changes: 1 addition & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ matplotlib
numpy
scipy
numba
taichi==1.7.0
taichi==1.7.2

# document requirements
pandoc
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
'https://storage.googleapis.com/jax-releases/jax_cuda_releases.html',
],
extras_require={
'cpu': ['jaxlib>=0.4.13', 'brainpylib', 'numba', 'taichi==1.7.0'],
'cuda11': ['jaxlib[cuda11_pip]', 'brainpylib', 'numba', 'taichi==1.7.0'],
'cuda12': ['jaxlib[cuda12_pip]', 'brainpylib', 'numba', 'taichi==1.7.0'],
'cpu': ['jaxlib>=0.4.13', 'brainpylib', 'numba', 'taichi==1.7.2'],
'cuda11': ['jaxlib[cuda11_pip]', 'brainpylib', 'numba', 'taichi==1.7.2'],
'cuda12': ['jaxlib[cuda12_pip]', 'brainpylib', 'numba', 'taichi==1.7.2'],
'tpu': ['jaxlib[tpu]', 'numba',],
'cpu_mini': ['jaxlib>=0.4.13'],
'cuda11_mini': ['jaxlib[cuda11_pip]'],
Expand Down

0 comments on commit 9067ad1

Please sign in to comment.