Improve NetworkX module import (#21)

* Improve NetworkX module import
* Add Networkx dependencies to Dockerfiles
This commit is contained in:
Marko Budiselić
2020-10-15 09:14:50 +02:00
committed by GitHub
parent 157590a294
commit 48587d6d5e
6 changed files with 58 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN pip3 install networkx
RUN pip3 install networkx==2.4 numpy==1.19.2 scipy==1.5.2
COPY ${deb_release} /

View File

@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN pip3 install networkx
RUN pip3 install networkx==2.4 numpy==1.19.2 scipy==1.5.2
COPY ${deb_release} /