File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ WORKDIR /code
1111
1212ADD requirements/* /code/
1313
14- RUN pip install -U cffi service_identity cython==0.29 numpy==1.14.5
14+ RUN pip install -U cffi service_identity cython==0.29 setuptools==57.5.0
1515RUN pip install -r dev.txt
1616RUN pip install -r worker.txt
1717
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN apt-get update && \
1414 libgmp-dev libcgal-qt5-dev swig && \
1515 rm -rf /var/lib/apt/lists/*
1616
17- RUN pip install -U cffi service_identity cython==0.29 numpy==1.14.5
17+ RUN pip install -U cffi service_identity cython==0.29 setuptools==57.5.0
1818RUN pip install -r worker.txt
1919
2020ADD . /code
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ kubernetes==12.0.1
2424moto==1.3.14
2525pika==1.1.0
2626pickleshare==0.7.5
27- Pillow==10.3 .0
27+ Pillow==7.1 .0
2828psycopg2==2.8.4
2929pycurl==7.43.0.6
3030PyJWT==2.1.0
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ numpy==1.21.0
44pandas==1.1.4
55pycocotools==2.0.2
66scipy==1.5.4
7- scikit-learn==0.23.2
7+ scikit-learn==0.24.0
88tqdm==4.54.0
You can’t perform that action at this time.
0 commit comments