Skip to content

Commit 93d784d

Browse files
Temporarily restrict tensorflow version (#277)
* restrict tensorflow version * update release notes
1 parent 3101721 commit 93d784d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ dev = [
6464
"nlp_primitives[test]"
6565
]
6666
complete = [
67-
"tensorflow >= 1.14.0; sys_platform!='darwin' or platform_machine!='arm64'",
67+
"tensorflow >= 1.14.0, < 2.16.0; sys_platform!='darwin' or platform_machine!='arm64'",
6868
"tensorflow-metal >= 0.4.0; sys_platform=='darwin' and platform_machine=='arm64'",
69-
"tensorflow-macos >= 2.8.0; sys_platform=='darwin' and platform_machine=='arm64'",
69+
"tensorflow-macos >= 2.8.0, < 2.16.0; sys_platform=='darwin' and platform_machine=='arm64'",
7070
"tensorflow_hub >= 0.4.0, < 0.16.0",
7171
]
7272

release_notes.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
Changelog
33
=========
44

5-
.. Future Release
6-
==============
5+
Future Release
6+
==============
77
* Enhancements
88
* Fixes
99
* Changes
10+
* Temporarily restrict tensorflow version for complete install (:pr:`277`)
1011
* Documentation Changes
1112
* Testing Changes
1213

13-
.. Thanks to the following people for contributing to this release:
14+
Thanks to the following people for contributing to this release:
15+
:user:`thehomebrewnerd`
1416

1517
v2.12.0 Feb 26, 2024
1618
====================

0 commit comments

Comments
 (0)