Skip to content
Snippets Groups Projects
Commit 338a6f87 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Docker] hotfix for Netron version, 5.0.0 no longer available

parent 09e624f4
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ RUN pip install sphinx==3.1.2 ...@@ -78,7 +78,7 @@ RUN pip install sphinx==3.1.2
RUN pip install sphinx_rtd_theme==0.5.0 RUN pip install sphinx_rtd_theme==0.5.0
RUN pip install pytest-xdist==2.0.0 RUN pip install pytest-xdist==2.0.0
RUN pip install pytest-parallel==0.1.0 RUN pip install pytest-parallel==0.1.0
RUN pip install netron==5.0.0 RUN pip install "netron>=5.0.0"
RUN pip install pandas==1.1.5 RUN pip install pandas==1.1.5
RUN pip install scikit-learn==0.24.1 RUN pip install scikit-learn==0.24.1
RUN pip install tqdm==4.31.1 RUN pip install tqdm==4.31.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment