Skip to content

Commit

Permalink
Merge pull request #1440 from bgyori/markupsafe
Browse files Browse the repository at this point in the history
Move markupsafe version constraint
  • Loading branch information
bgyori committed Apr 11, 2024
2 parents 4b45aee + adcd286 commit dfa532d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def main():
install_list = ['pysb>=1.3.0', 'objectpath',
'requests>=2.11', 'lxml', 'ipython', 'future',
'networkx>=2,<3', 'pandas<2', 'ndex2==2.0.1', 'jinja2',
'markupsafe<2.1.0',
'protmapper>=0.0.29', 'obonet',
'tqdm', 'pybiopax>=0.0.5']

Expand All @@ -37,7 +36,8 @@ def main():
'plot': ['matplotlib'],
'isi': ['nltk<3.6', 'unidecode'],
'api': ['flask<2.0', 'flask_restx<0.4', 'flask_cors',
'docstring-parser', 'gunicorn'],
'docstring-parser', 'gunicorn',
'markupsafe<2.1.0'],
'sklearn_belief': ['scikit-learn'],
'owl': ['pronto'],
'tests': ['pytest', 'pytest-cov'],
Expand Down

0 comments on commit dfa532d

Please sign in to comment.