jara001 / ng_trajectory

Racing Line Optimization using Nevergrad
GNU General Public License v3.0
5 stars 4 forks source link

Restrict Scipy version #1

Open jara001 opened 2 years ago

jara001 commented 2 years ago

The main target is Python 3.6, unfortunately, Scipy >= 1.7.1 is only for Python >= 3.7. This should be solved by pip, instead an exception was raised.