jMetal / jMetalPy

A framework for single/multi-objective optimization with metaheuristics
https://jmetal.github.io/jMetalPy/index.html
MIT License
498 stars 150 forks source link

Only old versions up to 0.9.0 available on pip #44

Closed ttusar closed 4 years ago

ttusar commented 4 years ago

While the latest jmetalpy version here is 1.5.0, the latest one that can be installed through pip is 0.9.0. I don't know how pip handles version updates - is there something you can do about it?

benhid commented 4 years ago

The latest version (1.5.0) have now been uploaded to pypi (thank you for the reminder!):

pip install jmetalpy --upgrade
ttusar commented 4 years ago

Perfect, many thanks!