Skip to content

Commit 5c722b2

Browse files
author
Onno Kampman
committed
fix test environment
1 parent f867944 commit 5c722b2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ def read_file(filename: str) -> str:
3030
'rpy2==3.4.5',
3131
'scipy',
3232
'statsmodels',
33-
'tensorflow>=2.10',
33+
'tensorflow>=2.10,<=2.15',
34+
'tensorflow-probability<=0.23',
35+
'tf-keras',
3436
],
3537
python_requires='>=3.10',
3638
zip_safe=False

tests_requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ scikit-learn
1212
scipy
1313
statsmodels
1414
tensorflow>=2.10,<=2.15
15+
tensorflow-probability<=0.23
1516
tf-keras

0 commit comments

Comments
 (0)