Skip to content

Commit d01d1e1

Browse files
made tf an optional dependency
1 parent 3a70089 commit d01d1e1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
long_description_content_type="text/markdown",
1818
packages=find_packages(),
1919
install_requires=[
20-
'tensorflow>=1.14.0',
21-
'tensorflow-probability>=0.7',
2220
'numpy>=1.16.4',
2321
'scipy>=1.2.1',
2422
'pandas',
@@ -27,6 +25,9 @@
2725
'patsy',
2826
],
2927
extras_require={
28+
'optional': [
29+
'tensorflow>=1.14.0'
30+
],
3031
'scanpy_deps': [
3132
"scanpy",
3233
"anndata"

0 commit comments

Comments
 (0)