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

Commit c062e16

Browse files
author
Anand Sanmukhani
authored
Merge pull request #158 from chauhankaranraj/update-tf
Set tensorflow less than 2.5 to fix pipfile lock error with tf 2.5
2 parents 675f129 + 294adee commit c062e16

File tree

4 files changed

+433
-130
lines changed

4 files changed

+433
-130
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dateparser = "*"
1515
mlflow = "*"
1616
numpy = "*"
1717
scikit-learn = "*"
18-
tensorflow = "*"
18+
tensorflow = ">=2.0, <2.5"
1919

2020
[requires]
2121
python_version = "3.8"

0 commit comments

Comments
 (0)