Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #158 from chauhankaranraj/update-tf
Browse files Browse the repository at this point in the history
Set tensorflow less than 2.5 to fix pipfile lock error with tf 2.5
  • Loading branch information
Anand Sanmukhani authored Jul 19, 2021
2 parents 675f129 + 294adee commit c062e16
Show file tree
Hide file tree
Showing 4 changed files with 433 additions and 130 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dateparser = "*"
mlflow = "*"
numpy = "*"
scikit-learn = "*"
tensorflow = "*"
tensorflow = ">=2.0, <2.5"

[requires]
python_version = "3.8"
Loading

0 comments on commit c062e16

Please sign in to comment.