Skip to content

Commit

Permalink
Update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Aug 30, 2018
1 parent 12850c1 commit f61bd0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cache:
- /drone/pyuserb

build:
image: bjodah/bjodahimg18dev:v1.3
image: bjodah/bjodahimg18dev:v1.4
environment:
- SUN3BASE=/drone/sundials-3.1.2
- PYTHONUSERBASE=/drone/pyuserb
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def _path_under_setup(*args):
install_requires=[
'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.4',
'pyodesys>=0.11.16,!=0.12.0', 'pyparsing>=2.0.3', 'sym>=0.3.3', 'jupyter',
'pyodesys>=0.12.3', 'pyparsing>=2.0.3', 'sym>=0.3.4', 'jupyter',
'pulp>=1.6.8',
# 'dot2tex>=2.9.0'
],
Expand Down

0 comments on commit f61bd0b

Please sign in to comment.