File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ dev = [
64
64
" nlp_primitives[test]"
65
65
]
66
66
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'" ,
68
68
" 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'" ,
70
70
" tensorflow_hub >= 0.4.0, < 0.16.0" ,
71
71
]
72
72
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
- .. Future Release
6
- ==============
5
+ Future Release
6
+ ==============
7
7
* Enhancements
8
8
* Fixes
9
9
* Changes
10
+ * Temporarily restrict tensorflow version for complete install (:pr: `277 `)
10
11
* Documentation Changes
11
12
* Testing Changes
12
13
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 `
14
16
15
17
v2.12.0 Feb 26, 2024
16
18
====================
You can’t perform that action at this time.
0 commit comments