Skip to content

Commit 9c8bbb0

Browse files
committed
fixed dependency bug for pypi
1 parent 716ccf8 commit 9c8bbb0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='pySDC',
8-
version='2.3',
8+
version='2.3.1',
99
description='A Python implementation of spectral deferred correction methods and the likes',
1010
license="BSD-2",
1111
long_description=long_description,
@@ -26,6 +26,8 @@
2626
'matplotlib>=1.5.3',
2727
'coloredlogs',
2828
'pep8',
29-
'sympy>=1.0'
29+
'sympy>=1.0',
30+
'numba>=0.35',
31+
'dill>=0.2.6'
3032
],
3133
)

0 commit comments

Comments
 (0)