We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f4b57 commit 39beb41Copy full SHA for 39beb41
python/orca/src/setup.py
@@ -96,7 +96,7 @@ def setup_package():
96
url='https://github.com/intel-analytics/analytics-zoo',
97
packages=get_bigdl_packages(),
98
install_requires=['conda-pack==0.3.1', 'packaging', 'filelock',
99
- 'bigdl-tf==0.14.0.dev1', 'bigdl-math==0.14.0.dev1',
+ 'bigdl-tf==2.0.0', 'bigdl-math==2.0.0',
100
'bigdl-dllib=='+VERSION, 'pyzmq'],
101
extras_require={'ray': RAY_DEP,
102
'automl': AUTOML_DEP,
0 commit comments