mirror of
https://github.com/deepinsight/insightface.git
synced 2026-07-17 11:07:50 +00:00
pip 0.3.7
This commit is contained in:
@@ -11,7 +11,7 @@ except ImportError:
|
||||
"Unable to import dependency onnxruntime. "
|
||||
)
|
||||
|
||||
__version__ = '0.3.6'
|
||||
__version__ = '0.3.7'
|
||||
|
||||
from . import model_zoo
|
||||
from . import utils
|
||||
|
||||
@@ -24,14 +24,14 @@ def find_version(*file_paths):
|
||||
return version_match.group(1)
|
||||
raise RuntimeError("Unable to find version string.")
|
||||
|
||||
#try:
|
||||
# import pypandoc
|
||||
# long_description = pypandoc.convert('README.md', 'rst')
|
||||
#except (IOError, ImportError):
|
||||
# long_description = open('README.md').read()
|
||||
try:
|
||||
import pypandoc
|
||||
long_description = pypandoc.convert('README.md', 'rst')
|
||||
except (IOError, ImportError):
|
||||
long_description = open('README.md').read()
|
||||
|
||||
import pypandoc
|
||||
long_description = pypandoc.convert('README.md', 'rst')
|
||||
#import pypandoc
|
||||
#long_description = pypandoc.convert('README.md', 'rst')
|
||||
VERSION = find_version('insightface', '__init__.py')
|
||||
|
||||
requirements = [
|
||||
|
||||
Reference in New Issue
Block a user