Skip to content

Commit 57cca61

Browse files
committed
Tensorflow dependency without double-quotes
1 parent 2a3c3ca commit 57cca61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
"Natural Language :: English",
3232
]
3333
dependencies = [
34-
'tensorflow>="2.0.0"',
34+
'tensorflow>=2.0.0',
3535
'numpy',
3636
'scipy',
3737
'scikit-learn',

0 commit comments

Comments
 (0)