aarongarrett / inspyred

Python library for bio-inspired computational intelligence
MIT License
190 stars 57 forks source link

feat: make collections imports work on both py2 and 3 #24

Closed sanjayankur31 closed 11 months ago

sanjayankur31 commented 2 years ago

It tries to import from collections assuming py2, and if that fails assumes that we're on py3 and tries to import from collection.abc

(This can be reverted when inspyred drops py2 support).

sanjayankur31 commented 1 year ago

@aarongarrett : any chance inspyred can drop py2 support and include these new bugfixes? It's causing CI to fail in various repos.