ljvmiranda921 / pyswarms

A research toolkit for particle swarm optimization in Python
https://pyswarms.readthedocs.io/en/latest/
MIT License
1.27k stars 333 forks source link

Dependency on future #517

Open frenzymadness opened 1 year ago

frenzymadness commented 1 year ago

Hello. I see that the project depends on future library and I can find only one usage of the library here: https://github.com/ljvmiranda921/pyswarms/blob/70c969d929bb2dab6211765def0431680fc5cb01/pyswarms/utils/search/random_search.py#L38 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.