Skip to content

Commit

Permalink
require brainpylib>=0.2.6 for jax>=0.4.24 (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Feb 17, 2024
1 parent df04a81 commit fb08523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainpy/_src/dependency_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'import_brainpylib_gpu_ops',
]

_minimal_brainpylib_version = '0.1.10'
_minimal_brainpylib_version = '0.2.6'
_minimal_taichi_version = (1, 7, 0)

taichi = None
Expand Down

0 comments on commit fb08523

Please sign in to comment.