mdolab/MACH-Aero

Remove overly restrictive dependency versions

ewu63 opened this issue · 1 comments

ewu63 commented

Type of issue

What types of issue is it?
Select the appropriate type(s) that describe this issue

  • Maintenance

Description

Right now, the various packages under MACH-Aero are all installed using setup.py. However, the dependency specification under install_requires is overly restrictive. We should specify MAJOR.MINOR versions at most, but not bugfix versions unless absolutely necessary. For general packages like Numpy, unless we are aware of specific issues, we should leave the versions as open as possible.

ewu63 commented

Done.