Skip to content

Commit

Permalink
optree v0.9.2 (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
  • Loading branch information
regro-cf-autotick-bot and XuehaiPan authored Sep 22, 2023
1 parent fe2c963 commit e8cef2a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "optree" %}
{% set version = "0.9.1" %}
{% set sha256 = "d77262972b0a35ea0b5a91b80bfeeb1aae6abb796537d2ba79581a78247a09e7" %}
{% set version = "0.9.2" %}
{% set sha256 = "ed0e31f787c274da0cb354687030e0ebbe5a98d2a25876c7c114568fc9fc78d4" %}

package:
name: {{ name|lower }}
Expand All @@ -12,7 +12,9 @@ source:

build:
skip: true # [python_impl == 'pypy']
script: {{ PYTHON }} -m pip install . -vv
script: |
sed -i '' -E 's/20230802.0/20230125.3/' CMakeLists.txt # [osx and x86_64]
{{ PYTHON }} -m pip install . -vv
number: 0
script_env: # [win]
# Unset `CMAKE_GENERATOR` and let Visual Studio set to its default
Expand Down

0 comments on commit e8cef2a

Please sign in to comment.