DEAP / deap

Distributed Evolutionary Algorithms in Python
http://deap.readthedocs.org/
GNU Lesser General Public License v3.0
5.82k stars 1.13k forks source link

Update pip package #488

Open mohandodda0 opened 4 years ago

mohandodda0 commented 4 years ago

We are using deap for our project extensively and are making conda environments with this for everyone to use. However, the deap package in pip is not updated so we are having to uninstall deap and pip install from source every time. If you guys can update the pip package that would help us with this extra manual step. Thanks!

fmder commented 4 years ago

What do you mean the pip package is not up to date. The version available on PyPi is 1.3.1, no?

mohandodda0 commented 4 years ago

It is there but I am having to pip install using: pip install git+https://github.com/DEAP/deap@master because of a TournamentDCD bug. Doing another version update would be helpful to make deap stable.