Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup.py versions missing #36

Open
pv33 opened this issue Jul 1, 2022 · 1 comment
Open

setup.py versions missing #36

pv33 opened this issue Jul 1, 2022 · 1 comment
Assignees

Comments

@pv33
Copy link
Member

pv33 commented Jul 1, 2022

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
Copy link
Member Author

pv33 commented Jul 1, 2022

I pushed scipy version number known to work for linear_sum_assignment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants