Skip to content

Commit

Permalink
Adds AeroSandbox version pin to allow future synchronized updates
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdsharpe committed Aug 17, 2024
1 parent 56e345b commit a964518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_version(rel_path):
python_requires='>=3.7',
install_requires=[
'numpy >= 1',
'aerosandbox >= 4.2.4'
'aerosandbox >= 4.2.4, <4.3.0'
],
extras_require={
"training": [
Expand Down

0 comments on commit a964518

Please sign in to comment.