Skip to content

Commit

Permalink
About to release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Nov 24, 2020
1 parent 6de8fc8 commit 84a3565
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,7 @@
v0.8.1
======
- package "jupyter" was listed as formal dependency, now removed.

v0.8.0
======
- Some minor fixes.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -112,7 +112,7 @@ def _path_under_setup(*args):
'numpy>1.11.3', 'scipy>=1.0.1', 'matplotlib>=2.2.3',
'sympy>=1.1.1,!=1.2', 'quantities>=0.12.1', 'pyneqsys>=0.5.5',
'pyodesys>=0.14.0' if sys.version_info[0] >= 3 else 'pyodesys<0.12',
'pyparsing>=2.0.3', 'sym>=0.3.4', 'jupyter', 'pulp>=1.6.8',
'pyparsing>=2.0.3', 'sym>=0.3.4', 'pulp>=1.6.8',
'dot2tex>=2.11.3'
],
extras_require=extras_req,
Expand Down

0 comments on commit 84a3565

Please sign in to comment.