Skip to content

Commit

Permalink
setup: bumped dependencies' versions
Browse files Browse the repository at this point in the history
  • Loading branch information
robert102 committed Dec 13, 2024
1 parent 3485b62 commit 4b091b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,22 +95,22 @@ def get_package_data():
long_description=long_description,
long_description_content_type='text/markdown',
url='https://sites.google.com/a/umich.edu/the-schmidt-lab/home',
python_requires='>=3.10',
python_requires='>=3.11',
install_requires=[
'biopython~=1.80',
'defusedxml~=0.7',
'Django~=3.2.0',
'Django~=4.2.0',
'django-crispy-forms~=1.14',
'django-extensions~=3.2.0',
'django-filter>=22.1', # the debian pkg spells python3-django-filters!
'django-filter~=23.0', # the debian pkg spells python3-django-filters!
'djangorestframework~=3.14.0',
'django-tables2~=2.4.0',
'matplotlib~=3.6.0',
'pandas~=1.5.0',
'psycopg2~=2.9.0',
'xlrd~=1.2',
'zipstream~=1.1.0',
'pygraphviz',
'pygraphviz~=1.0',
],
packages=setuptools.find_packages(),
package_data=get_package_data(),
Expand Down

0 comments on commit 4b091b8

Please sign in to comment.