brainpy / BrainPy

Brain Dynamics Programming in Python
https://brainpy.readthedocs.io/
GNU General Public License v3.0
491 stars 90 forks source link

[dependency] remove hard dependency of `taichi` and `numba` #635

Closed Routhleck closed 4 months ago

Routhleck commented 4 months ago

In many cases, there are no requirements to use taichi and numba, except for using customized operators. Therefore, it is essential to remove the hard dependency of taichi and numba installation.