rbaltrusch / bach_generator

A Bach music generator using a neural network trained using a genetic algorithm.
MIT License
4 stars 1 forks source link

Make scipy installs more deterministic #59

Closed rbaltrusch closed 3 months ago

rbaltrusch commented 3 months ago

Fixes scipy version to 1.10.1 for python 3.8 and lower. Adds apt-get update before apt-get to avoid failures.