ivapylibs / puzzle_solver

1 stars 2 forks source link

setup.py versions missing #36

Open pv33 opened 2 years ago

pv33 commented 2 years ago

Please specify version number in the setup.py file for dependencies.

Preference is to specify minimum version using inequality ">=" as opposed to equality "=." That way things won't break for more recent versions. It is OK if the code does crash due to modified API in newer versions. This permissive mode will identify such problems so we can figure out a fix.

pv33 commented 2 years ago

I pushed scipy version number known to work for linear_sum_assignment.