Skip to content

Commit

Permalink
#281 Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Sep 30, 2024
1 parent 70dff31 commit ec8ea9e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,21 @@
# List of dependencies
install_requires=[
'py>=1.10.0',
'decorator>=4.4.2, <5',
'importlib-metadata>=1.7, <5',
'decorator>=4.4.2, <6',
'importlib-metadata>=1.7, <8',
'isodate>=0.6.0, <1',
'lxml>=4.6.5, <5',
'MarkupSafe>=1.1.1, <2',
'lxml>=4.6.5, <6',
'MarkupSafe>=1.1.1, <3',
'mpmath>=1.1.0, <2',
'networkx>=2.4, <3',
'packaging>=20.4, <21',
'Pint>=0.9, <0.20',
'pyparsing>=2.4.7, <3',
'rdflib>=5.0.0, <7',
'networkx>=2.4, <4',
'packaging>=20.4, <24',
'Pint>=0.9, <0.30',
'pyparsing>=2.4.7, <4',
'rdflib>=5.0.0, <8',
'six>=1.15.0, <2',
'sympy>=1.9, <1.11',
'zipp>=1.2.0, <2',
'Jinja2>=2.11.3, <4',
'zipp>=1.2.0, <4',
'Jinja2>=3.0.0, <4',
'cellmlmanip>=0.3.6, <0.4',
'Jinja2>=2.11.3, <4',
],
Expand Down

0 comments on commit ec8ea9e

Please sign in to comment.