Skip to content

Commit

Permalink
Update kedro-datasets/setup.py
Browse files Browse the repository at this point in the history
Co-authored-by: Juan Luis Cano Rodríguez <[email protected]>
  • Loading branch information
noklam and astrojuanlu authored Sep 25, 2023
1 parent 43009c0 commit 0a798b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-datasets/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def _collect_requirements(requires):
"requests-mock~=1.6",
"requests~=2.20",
"s3fs>=0.3.0, <0.5", # Needs to be at least 0.3.0 to make use of `cachable` attribute on S3FileSystem.
"snowflake-snowpark-python~=1.0.0; python_version < '3.11'",
"snowflake-snowpark-python~=1.0; python_version < '3.11'",
"scikit-learn>=1.0.2,<2",
"scipy>=1.7.3",
"packaging",
Expand Down

0 comments on commit 0a798b2

Please sign in to comment.