Happy-Algorithms-League / hal-cgp

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

Refine github workflow and freeze some packages #368

Closed jakobj closed 1 year ago

jakobj commented 2 years ago

As the title suggests.

closes #363

jakobj commented 1 year ago

Is there a particular reason to freeze those packages? Or just a general policy that it's better to freeze instead of being surprise by new releases?

yep, it's necessary to make everything play well together. it's a consequence of having chosen to freeze some packages :( but see #369 for the future of this!