Skip to content

Commit 84a3565

Browse files
committed
About to release v0.8.1
1 parent 6de8fc8 commit 84a3565

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.8.1
2+
======
3+
- package "jupyter" was listed as formal dependency, now removed.
4+
15
v0.8.0
26
======
37
- Some minor fixes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def _path_under_setup(*args):
112112
'numpy>1.11.3', 'scipy>=1.0.1', 'matplotlib>=2.2.3',
113113
'sympy>=1.1.1,!=1.2', 'quantities>=0.12.1', 'pyneqsys>=0.5.5',
114114
'pyodesys>=0.14.0' if sys.version_info[0] >= 3 else 'pyodesys<0.12',
115-
'pyparsing>=2.0.3', 'sym>=0.3.4', 'jupyter', 'pulp>=1.6.8',
115+
'pyparsing>=2.0.3', 'sym>=0.3.4', 'pulp>=1.6.8',
116116
'dot2tex>=2.11.3'
117117
],
118118
extras_require=extras_req,

0 commit comments

Comments
 (0)