ljvmiranda921 / pyswarms

A research toolkit for particle swarm optimization in Python

Home Page:https://pyswarms.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency on future

frenzymadness opened this issue · comments

Hello. I see that the project depends on future library and I can find only one usage of the library here:

from past.builtins import xrange

Do you think this is still useful? I'm asking because future is broken with the latest Python 3.12 and will be even more with 3.13 so it might be a good idea to get rid of it.