Skip to content

Commit

Permalink
Pin 'sympy' and 'coverage' dependencies
Browse files Browse the repository at this point in the history
Temporary workarounds for DiODeProject#377 and DiODeProject#378.
  • Loading branch information
willfurnass committed Feb 10, 2020
1 parent f4e6a19 commit dd99de8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
'pydstool>=0.90.3', # min version that allows scipy >= 1.0.0 to be used
'pyzmq<17', # needed if using tornado < 5
'scipy',
'sympy>=1.4',
'sympy>=1.4,<1.5', # pinned to <1.5 due to Issue #377
'tornado<5' # needed to avoid errors with older ipykernel
],
extras_require={
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ extras =
docs
passenv = DISPLAY BROWSER TOXENV CI TRAVIS TRAVIS_*
install_command = pip install {opts} {packages}
deps = codecov>=1.4.0
deps =
codecov>=1.4.0
coverage<5
whitelist_externals =
bash
test
Expand Down

0 comments on commit dd99de8

Please sign in to comment.