Skip to content

Commit

Permalink
try to add updated sproc dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-joshi committed Aug 19, 2024
1 parent 1a58353 commit 941c43d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/integ/modin/test_modin_stored_procedures.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
from snowflake.snowpark import Session
from snowflake.snowpark.functions import sproc
from snowflake.snowpark.modin.plugin import (
actual_pandas_version,
supported_modin_version,
supported_pandas_version,
)
from tests.integ.modin.sql_counter import sql_count_checker

PACKAGE_LIST = [
f"pandas=={supported_pandas_version}",
# modin 0.30.1 supports any pandas 2.2.x, so just pick whichever one is installed in the client
f"pandas=={actual_pandas_version}",
f"modin=={supported_modin_version}",
"snowflake-snowpark-python",
"numpy",
Expand Down

0 comments on commit 941c43d

Please sign in to comment.