Skip to content

Commit 5934808

Browse files
committed
Fix setup.py
1 parent 62e413b commit 5934808

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
@@ -31,7 +31,7 @@ def src(pth):
3131
author='mrava',
3232
author_email='mrava@equinor.com',
3333
install_requires=['numpy >= 1.15.0', 'scipy', 'llvmlite', 'numba',
34-
'dask[complete]>=2.0.0', 'pylops'],
34+
'dask[complete] >= 2.0.0', 'pylops'],
3535
packages=find_packages(exclude=['pytests']),
3636
use_scm_version=dict(root = '.',
3737
relative_to = __file__,

0 commit comments

Comments
 (0)