Skip to content
Snippets Groups Projects
Commit b4663a12 authored by ThanKarab's avatar ThanKarab
Browse files

New mipdb version and poetry update.

parent 47a85886
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ WORKDIR $DATA_PATH ...@@ -28,7 +28,7 @@ WORKDIR $DATA_PATH
####################################################### #######################################################
# Installing dependencies # Installing dependencies
####################################################### #######################################################
RUN pip install mipdb==0.5.2 RUN pip install mipdb==0.5.4
RUN pip install click==8.1.2 RUN pip install click==8.1.2
RUN pip install pymonetdb==1.4.1 RUN pip install pymonetdb==1.4.1
......
This diff is collapsed.
...@@ -46,7 +46,7 @@ SQLAlchemy = "~1.3.0" ...@@ -46,7 +46,7 @@ SQLAlchemy = "~1.3.0"
statsmodels = "^0.13.2" statsmodels = "^0.13.2"
psutil = "^5.9.0" psutil = "^5.9.0"
pytest-subtests = "^0.8.0" pytest-subtests = "^0.8.0"
mipdb = "0.5.2" mipdb = "0.5.4"
[tool.pytest.ini_options] [tool.pytest.ini_options]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment