fixed requires

This commit is contained in:
Abubakar Abid 2021-04-29 23:57:17 -04:00
parent 49719c0df2
commit 26da933c08
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: gradio
Version: 1.7.4
Version: 1.7.5
Summary: Python library for easily interacting with trained machine learning models
Home-page: https://github.com/gradio-app/gradio-UI
Author: Abubakar Abid

View File

@ -5,7 +5,7 @@ except ImportError:
setup(
name='gradio',
version='1.7.5',
version='1.7.6',
include_package_data=True,
description='Python library for easily interacting with trained machine learning models',
author='Abubakar Abid',
@ -16,12 +16,12 @@ setup(
install_requires=[
'numpy',
'scipy',
'matplotlib'
'matplotlib',
'pandas',
'pillow',
'ffmpy',
'markdown2',
'pycryptodome'
'pycryptodome',
'requests',
'paramiko',
'analytics-python',