Skip to content

Commit c2d5d76

Browse files
committed
and cuda
1 parent e1107c8 commit c2d5d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
test_suite="run_test.py",
114114
description = DESCRIPTION,
115115
license = "MIT",
116-
install_requires=['tensorflow', 'numpy', 'pandas', 'scikit-image', 'pyannote.core', 'matplotlib', 'Pyro4', 'pytextgrid', 'soundfile', 'onnxruntime-gpu'], #'torch'
116+
install_requires=['tensorflow[and-cuda]', 'numpy', 'pandas', 'scikit-image', 'pyannote.core', 'matplotlib', 'Pyro4', 'pytextgrid', 'soundfile', 'onnxruntime-gpu'], #'torch'
117117
# keywords = "example documentation tutorial",
118118
url = "https://github.com/ina-foss/inaSpeechSegmenter",
119119
# packages=['inaSpeechSegmenter'],

0 commit comments

Comments
 (0)