Skip to content

Commit feddd28

Browse files
Pin tensorflow-probability to a specific version.
This matches the documentation for specifying version for this project. Additionally, recent version of `tensorflow-probability` are releasing breaking changes and the existing version specifier allows these to breaking changes to be unintentionally pulled in. PiperOrigin-RevId: 476443999
1 parent c6c3334 commit feddd28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ scikit-learn>=1.0,==1.*
3232
scipy~=1.7
3333
tensorflow-datasets~=4.5
3434
tensorflow-estimator~=2.4
35-
tensorflow-probability~=0.15
35+
tensorflow-probability==0.15.0
3636
tensorflow~=2.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'scipy~=1.7',
3939
'tensorflow-datasets~=4.5',
4040
'tensorflow-estimator~=2.4',
41-
'tensorflow-probability~=0.15',
41+
'tensorflow-probability==0.15.0',
4242
'tensorflow~=2.4',
4343
],
4444
packages=find_packages())

0 commit comments

Comments
 (0)