Skip to content

Commit 39beb41

Browse files
authored
update bigdl-tf bigdl-math version (#4204)
1 parent 21f4b57 commit 39beb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/orca/src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def setup_package():
9696
url='https://github.com/intel-analytics/analytics-zoo',
9797
packages=get_bigdl_packages(),
9898
install_requires=['conda-pack==0.3.1', 'packaging', 'filelock',
99-
'bigdl-tf==0.14.0.dev1', 'bigdl-math==0.14.0.dev1',
99+
'bigdl-tf==2.0.0', 'bigdl-math==2.0.0',
100100
'bigdl-dllib=='+VERSION, 'pyzmq'],
101101
extras_require={'ray': RAY_DEP,
102102
'automl': AUTOML_DEP,

0 commit comments

Comments
 (0)