Skip to content

Commit

Permalink
Merge pull request #15 from SINTEF/chore/reduce-pandas-requirements
Browse files Browse the repository at this point in the history
fix: set upper limit on requirements
  • Loading branch information
tibnor authored Mar 11, 2024
2 parents 7dc697d + 71300fd commit 0215f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ship_model_lib/settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = 0.6.12

### OPTIONAL ###

requirements = pandas>=2.0.0 scipy>=1.11.0 operation_profile_lib~=0.1.11 matplotlib~=3.8.2 plotly~=5.13.0
requirements = pandas>=2.0.0 pandas<3 scipy>=1.11.0 scipy<2 operation_profile_lib~=0.1.11 matplotlib~=3.8.2 plotly~=5.13.0
# dev_requirements =
# console_scripts =

Expand Down

0 comments on commit 0215f60

Please sign in to comment.