diff --git a/environment.yml b/environment.yml index 5b1d311..7a76eee 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] + - tomli + - toml + - pytest - pip: - - "-r requirements.txt" - "--editable ."