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 b0749d1 commit c4d9724Copy full SHA for c4d9724
docs/requirements.txt
@@ -8,7 +8,7 @@ matplotlib
8
numpy>=1.16
9
pandas
10
scipy>=0.17
11
-tensorflow==1.14
+tensorflow==2.7.2
12
xport
13
scikit-image
14
requests
setup.py
@@ -24,7 +24,7 @@
24
'cvxpy==1.1.0',
25
'cvxopt',
26
'Image',
27
- 'tensorflow==1.14',
+ 'tensorflow==2.7.2',
28
'h5py<3.0.0',
29
'keras==2.3.1',
30
'matplotlib',
0 commit comments