Skip to content

Commit 262d293

Browse files
author
Chuyang Deng
committed
black-format
1 parent 08828ed commit 262d293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def read_version():
5252
"PyYAML>=5.3, <6", # PyYAML version has to match docker-compose requirements
5353
],
5454
"tensorflow": ["tensorflow>=1.3.0"],
55-
"scipy" : ["scipy>=0.19.0"],
55+
"scipy": ["scipy>=0.19.0"],
5656
}
5757
# Meta dependency groups
5858
extras["all"] = [item for group in extras.values() for item in group]

0 commit comments

Comments
 (0)