Skip to content

Commit 213ff90

Browse files
author
SAAS R7 User1
committed
u
1 parent 2e00576 commit 213ff90

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ pandas
1010
seaborn
1111
matplotlib>=2.2.2
1212

13+
tensorflow>=2.0.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
license='GPL',
1010
packages=['xnn'],
1111
install_requires=[
12-
'matplotlib>=2.2.2','tensorflow==2.0.0a0', 'numpy>=1.15.2'],
12+
'matplotlib>=2.2.2','tensorflow>=2.0.0b0', 'numpy>=1.15.2'],
1313
zip_safe=False)

0 commit comments

Comments
 (0)