Skip to content

Commit

Permalink
Removed maintenance from imports
Browse files Browse the repository at this point in the history
  • Loading branch information
luca7084 committed Jul 21, 2023
1 parent 505e6ba commit d8b7ec9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ dependencies:
- cosapp
- numpy
- cosapp_fmu
- maintenance
2 changes: 1 addition & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cosapp==0.14.1
cosapp==0.15.0
ipython
matplotlib==3.6.3
numpy
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cosapp==0.14.1
cosapp==0.15.0
ipython
matplotlib==3.6.3
numpy
Expand All @@ -18,6 +18,5 @@ flake8
isort
black
pre-commit
maintenance @ git+ssh://[email protected]/twiinIT/maintenance.git@main
cosapp_fmu @ git+ssh://[email protected]/twiinIT/cosapp-fmu.git@master
OMPython
2 changes: 1 addition & 1 deletion rocket_twin/tests/test_controller_fmu.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import numpy as np
from cosapp.drivers import RungeKutta
from cosapp.recorders import DataFrameRecorder
from maintenance.utils import swap_system
from cosapp.utils import swap_system

from rocket_twin.systems import ControllerFMU, Station

Expand Down

0 comments on commit d8b7ec9

Please sign in to comment.