Skip to content

Commit

Permalink
fix modelscope setuptools env and update version (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cathy0908 authored May 15, 2023
1 parent 673d0bb commit 9f29a48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions easycv/toolkit/modelscope/__init__.py
Original file line number Diff line number Diff line change
@@ -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'
4 changes: 2 additions & 2 deletions easycv/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 9f29a48

Please sign in to comment.