parent
823aacb315
commit
f393322593
2 changed files with 2 additions and 0 deletions
|
@ -9,4 +9,5 @@ scipy~=1.2.1
|
|||
sklearn~=1.0.2
|
||||
tensorflow-datasets>=4.4.0
|
||||
tensorflow-estimator>=2.3.0
|
||||
tensorflow-probability>=0.13.0
|
||||
tensorflow>=1.14
|
||||
|
|
1
setup.py
1
setup.py
|
@ -37,6 +37,7 @@ setup(
|
|||
'sklearn~=1.0.2',
|
||||
'tensorflow-datasets>=4.4.0',
|
||||
'tensorflow-estimator>=2.3.0',
|
||||
'tensorflow-probability>=0.13.0',
|
||||
],
|
||||
# Explicit dependence on TensorFlow is not supported.
|
||||
# See https://github.com/tensorflow/tensorflow/issues/7166
|
||||
|
|
Loading…
Reference in a new issue