Skip to content

Commit

Permalink
fix: set correct version on dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tibnor committed Feb 14, 2024
1 parent 4f08047 commit 43b0512
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 106 deletions.
2 changes: 1 addition & 1 deletion operation_profile_lib/settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = 0.1.11

### OPTIONAL ###

requirements = protobuf~=4.21.12 ship-performance-service-interface~=1.1.3
requirements = protobuf~=4.21.12 ship-performance-service-interface~=1.1.18
# dev_requirements =
# console_scripts =

Expand Down
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.10

### OPTIONAL ###

requirements = pandas~=2.2.0 scipy~=1.12.0 operation_profile_lib~=0.1.3 matplotlib~=3.8.2
requirements = pandas~=2.2.0 scipy~=1.12.0 operation_profile_lib~=0.1.11 matplotlib~=3.8.2
# dev_requirements =
# console_scripts =

Expand Down
104 changes: 0 additions & 104 deletions ship_performance_service_interface/azure-pipelines.yml

This file was deleted.

1 change: 1 addition & 0 deletions ship_performance_service_interface/setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from setuptools import setup

# Parameters are read from pyproject.toml
setup(
packages=["ship_performance_service_interface_lib"],
)

0 comments on commit 43b0512

Please sign in to comment.