Skip to content

Commit

Permalink
restored sklearn and pandas versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-m-dev committed Jul 29, 2023
1 parent 1f6c177 commit e3c6166
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/lab/files/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
scikit-learn==0.24.2
scikit-learn==0.23.2
tqdm==4.64.1
pymongo==4.3.3
pandas==1.1.0
pandas==1.0.5
numpy==1.19.5
cython==0.29.32
xgboost==1.6.2
Expand Down
4 changes: 2 additions & 2 deletions docker/machine/files/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
scikit-learn==0.24.2
scikit-learn==0.23.2
tqdm==4.64.1
pymongo==4.3.3
pandas==1.1.0
pandas==1.0.5
numpy==1.19.5
matplotlib==3.5.3
mlxtend==0.16.0
Expand Down

0 comments on commit e3c6166

Please sign in to comment.