Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
needed upgraded jinja2
  • Loading branch information
SimpleNumber authored Nov 1, 2023
1 parent a8b6bf5 commit acdb0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_version(rel_path):
long_description_content_type="text/markdown",
author = 'Julia Bubis & Lev Levitsky',
author_email = '[email protected]',
install_requires = ['pyteomics>4.4.1', 'pandas', 'seaborn', 'scipy', 'numpy', 'lxml', 'jinja2', 'scikit-learn'],
install_requires = ['pyteomics>4.4.1', 'pandas', 'seaborn', 'scipy', 'numpy', 'lxml', 'jinja2>3.1.2', 'scikit-learn'],
classifiers = ['Intended Audience :: Science/Research',
'Programming Language :: Python :: 3',
'Topic :: Scientific/Engineering :: Bio-Informatics',
Expand Down

0 comments on commit acdb0f5

Please sign in to comment.