Fix pip install on Windows for Python 3.11 (#271)
This commit is contained in:
1
.github/workflows/macos.yaml
vendored
1
.github/workflows/macos.yaml
vendored
@@ -145,6 +145,7 @@ jobs:
|
|||||||
cp -a build/install/lib $dst/
|
cp -a build/install/lib $dst/
|
||||||
cp -a build/install/include $dst/
|
cp -a build/install/include $dst/
|
||||||
|
|
||||||
|
brew install tree
|
||||||
tree $dst
|
tree $dst
|
||||||
|
|
||||||
tar cjvf ${dst}.tar.bz2 $dst
|
tar cjvf ${dst}.tar.bz2 $dst
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
|
||||||
project(sherpa-onnx)
|
project(sherpa-onnx)
|
||||||
|
|
||||||
set(SHERPA_ONNX_VERSION "1.7.5")
|
set(SHERPA_ONNX_VERSION "1.7.6")
|
||||||
|
|
||||||
# Disable warning about
|
# Disable warning about
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user