brainpy / BrainPy

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

[bug] Replace `collections.Iterable` with `collections.abc.Iterable` #677

Closed Routhleck closed 3 months ago

Routhleck commented 3 months ago

676

collections.Iterable is deprecated. Replace it with collections.abc.Iterable.