mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-01 11:45:36 +08:00
fixed requires
This commit is contained in:
parent
49719c0df2
commit
26da933c08
@ -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
|
||||
|
6
setup.py
6
setup.py
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user