Happy-Algorithms-League / hal-cgp

Cartesian genetic programming (CGP) in pure Python.
GNU General Public License v3.0
28 stars 10 forks source link

Unfreeze dependencies #369

Open jakobj opened 2 years ago

jakobj commented 2 years ago

At the moment we define specific versions for all dependencies. This can lead to issues (see, e.g., https://github.com/Happy-Algorithms-League/hal-cgp/pull/368/) besides potentially causing issues for users.

We should unfreeze the dependencies and only freeze when absolutely necessary.