peterdsharpe / AeroSandbox

Aircraft design optimization made fast through computational graph transformations (e.g., automatic differentiation). Composable analysis tools for aerodynamics, propulsion, structures, trajectory design, and much more.
https://peterdsharpe.github.io/AeroSandbox/
MIT License
741 stars 119 forks source link

Set bounds to versions in setup.py #22

Closed KikeM closed 4 years ago

KikeM commented 4 years ago

Describe the bug The library versions in the field install_requires do not have any bounds.

This could create reproducibility problems.

It is best to set lower bounds <= or different than != in this field, and to freeze them in the requirements.txt file (as you have done).

peterdsharpe commented 4 years ago

Good call! Done, thanks!