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

Commit 294adee

Browse files
author
Karanraj Chauhan
committed
Set tensorflow less than 2.5 to fix pipfile lock error with tf 2.5
Squashed commit: Update requirements and environment.yml for tf 2.5 error
1 parent d46d0a1 commit 294adee

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)