updated PyPi version

This commit is contained in:
root 2021-09-14 20:26:24 +00:00
parent 27c27dc4ea
commit 417cb9b5cf
4 changed files with 16 additions and 19 deletions

View File

@ -1,14 +1,11 @@
Metadata-Version: 2.1
Metadata-Version: 1.0
Name: gradio
Version: 2.3.2
Version: 2.3.3
Summary: Python library for easily interacting with trained machine learning models
Home-page: https://github.com/gradio-app/gradio-UI
Author: Abubakar Abid
Author-email: a12d@stanford.edu
License: Apache License 2.0
Description: UNKNOWN
Keywords: machine learning,visualization,reproducibility
Platform: UNKNOWN
License-File: LICENSE
UNKNOWN

View File

@ -1,15 +1,15 @@
numpy
scipy
matplotlib
pandas
pillow
Flask-Cors>=3.0.8
Flask-Login
Flask>=1.1.1
analytics-python
ffmpy
flask-cachebuster
markdown2
matplotlib
numpy
pandas
paramiko
pillow
pycryptodome
requests
paramiko
analytics-python
Flask>=1.1.1
Flask-Cors>=3.0.8
flask-cachebuster
Flask-Login
scipy

View File

@ -1 +1 @@
2.3.0
2.3.3

View File

@ -5,7 +5,7 @@ except ImportError:
setup(
name='gradio',
version='2.3.2',
version='2.3.3',
include_package_data=True,
description='Python library for easily interacting with trained machine learning models',
author='Abubakar Abid',