From d16611c4ead762bef741d0fff7c6124103203b31 Mon Sep 17 00:00:00 2001 From: Jason Freeberg Date: Mon, 23 Oct 2023 16:51:07 -0700 Subject: [PATCH 1/2] Copy over req's to environment.yaml This way, the conda env. creation will install the dep's from the Snowflake conda channel --- environment.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 5b1d311..2f7a315 100644 --- a/environment.yml +++ b/environment.yml @@ -6,8 +6,10 @@ channels: - snowflake dependencies: - python=3.9 - - openssl=3.0.9 # Addresses this issue with oscrypto: https://github.com/wbond/oscrypto/issues/75 - pip + - snowflake-snowpark-python[pandas]==1.9.0 + - tomli + - toml + - pytest - pip: - - "-r requirements.txt" - "--editable ." From ee5cafc778b6cc84b0065b659417240dd2eca656 Mon Sep 17 00:00:00 2001 From: Jason Freeberg Date: Mon, 23 Oct 2023 16:51:36 -0700 Subject: [PATCH 2/2] Update environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 2f7a315..7a76eee 100644 --- a/environment.yml +++ b/environment.yml @@ -7,7 +7,7 @@ channels: dependencies: - python=3.9 - pip - - snowflake-snowpark-python[pandas]==1.9.0 + - snowflake-snowpark-python[pandas] - tomli - toml - pytest