fix modelscope setuptools env and update version (#314)

This commit is contained in:
Cathy0908 2023-05-15 16:08:40 +08:00 committed by GitHub
parent 673d0bb80a
commit 9f29a489b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
# flake8: noqa
# isort:skip_file
import os
os.environ['SETUPTOOLS_USE_DISTUTILS'] = 'stdlib'
from . import models, msdatasets, pipelines, trainers
os.environ['SETUPTOOLS_USE_DISTUTILS'] = 'stdlib'

View File

@ -2,5 +2,5 @@
# GENERATED VERSION FILE
# TIME: Thu Nov 5 14:17:50 2020
__version__ = '0.11.0'
short_version = '0.11.0'
__version__ = '0.11.1'
short_version = '0.11.1'