Skip to content

Commit

Permalink
scikit-learn v0.23.2 is the highest version that passes the sklearn a…
Browse files Browse the repository at this point in the history
…pi tests
  • Loading branch information
jay-m-dev committed Dec 15, 2022
1 parent 50aed71 commit 13946cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/lab/files/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scikit-learn==0.24.2
scikit-learn==0.23.2
tqdm==4.64.1
pymongo==4.3.3
pandas==1.0.5
Expand Down
2 changes: 1 addition & 1 deletion docker/machine/files/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scikit-learn==0.24.2
scikit-learn==0.23.2
tqdm==4.64.1
pymongo==4.3.3
pandas==1.0.5
Expand Down
6 changes: 2 additions & 4 deletions tests/unit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@ RUN pip install --no-cache-dir -r /root/mach_requirements_shap.txt
WORKDIR /appsrc/lab
COPY lab/package.json /appsrc/lab/
RUN dos2unix /appsrc/lab/package.json
# RUN npm install --silent --progress=false
RUN npm install
RUN npm install --silent --progress=false

# install lab/webapp/node_modules to an anon volume
WORKDIR /appsrc/lab/webapp
COPY lab/webapp/package.json /appsrc/lab/webapp/
RUN dos2unix /appsrc/lab/webapp/package.json
# RUN npm install --silent --progress=false
RUN npm install
RUN npm install --silent --progress=false

0 comments on commit 13946cb

Please sign in to comment.