Skip to content

Commit 59b24c5

Browse files
committed
About to release v0.14.5
1 parent 84733df commit 59b24c5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.14.5
2+
=======
3+
- Update setup.yp
4+
15
v0.14.4
26
=======
37
- Update to latest syntax for Cython's nogil declaration (must be last)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def _path_under_setup(*args):
9696
license=license,
9797
packages=[pkg_name] + submodules + tests,
9898
include_package_data=True,
99-
install_requires=['numpy>=1.16.4', 'scipy>=1.2.3', 'sym>=0.3.4', 'appdirs',
99+
install_requires=['numpy>=1.16.4', 'scipy>=1.2.3', 'sym>=0.3.7', 'appdirs',
100100
'sympy>=1.5.1', 'matplotlib>=2.2.5', 'notebook' + ('>=5.7.8' if 'CI' in os.environ else '')],
101101
tests_require=['pytest>=5.4.1'],
102102
extras_require=extras_req,

0 commit comments

Comments
 (0)