Skip to content

Commit

Permalink
fixed error in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodks committed Apr 11, 2023
1 parent 4d98a5a commit 49a55b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ matplotlib = "*"
numba = "*"
pandas = "*"
pip-chill = "*"
sklearn = "*"
scikit-learn = "*"
tqdm = "*"
PyYAML = "*"
tensorflow = "==2.4.1"
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ numpy
pandas
scikit-learn
scipy
sklearn
threadpoolctl>=3.0.0
tqdm>=4.62.3
mlflow
cachetools
cachetools

0 comments on commit 49a55b3

Please sign in to comment.