Skip to content
Snippets Groups Projects
Commit e2d89572 authored by zqwerty's avatar zqwerty
Browse files

fix Dependabot alerts

parent 1fd31ec4
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,6 @@ setup( ...@@ -14,8 +14,6 @@ setup(
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 3 - Alpha',
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.9',
'Intended Audience :: Science/Research', 'Intended Audience :: Science/Research',
...@@ -24,6 +22,10 @@ setup( ...@@ -24,6 +22,10 @@ setup(
], ],
setup_requires=['setuptools-git'], setup_requires=['setuptools-git'],
install_requires=[ install_requires=[
'joblib>=1.2.0',
'pillow>=9.3.0',
'protobuf>=3.19.5',
'oauthlib>=3.2.1',
'accelerate', 'accelerate',
'rouge-score', 'rouge-score',
'sacrebleu', 'sacrebleu',
...@@ -74,6 +76,6 @@ setup( ...@@ -74,6 +76,6 @@ setup(
url='https://github.com/ConvLab/ConvLab-3', url='https://github.com/ConvLab/ConvLab-3',
author='convlab', author='convlab',
author_email='convlab@googlegroups.com', author_email='convlab@googlegroups.com',
python_requires='>=3.6', python_requires='>=3.8',
zip_safe=False zip_safe=False
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment