brainpy / BrainPy

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

remove hard dependency of ``taichi`` and ``numba`` #623

Closed chaoming0625 closed 7 months ago

chaoming0625 commented 7 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.