Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebuild py311 for snowflake channel against openssl 3.x #7

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions abs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
upload_channels:
- sfe1ed40
9 changes: 6 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -10,9 +10,9 @@ source:
sha256: 19ffc62421acc321f350a6daef0808ad4da7dd8bb2560964cda2559020124295

build:
number: 0
# Skip 3.11 as snowpark isn't available on 3.11 yet.
skip: True # [py<38 or py>310]
number: 1
skip: True # [ not py==311]
# skip: True # [py<38 or py>310]
# Skip Windows (on CI) because it needs a manual build for now.
# Skip s390x and ppc64 since they lack bazel.
skip: True # [s390x or ppc64le]
@@ -74,6 +74,9 @@ test:
# On win-64 this does not pick up xgboost for some reason, so skip it.
- pip check # [not win]

required:
- snowflake-connector-python 3.2.0

about:
home: https://github.com/snowflakedb/snowflake-ml-python
summary: Snowflake machine learning library.