Skip to content

Commit

Permalink
build(datasets): add workaround for bad dependency (#949)
Browse files Browse the repository at this point in the history
Signed-off-by: Deepyaman Datta <[email protected]>
  • Loading branch information
deepyaman authored Nov 28, 2024
1 parent 0dec688 commit 1e33d07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kedro-datasets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ test = [
"scikit-learn>=1.0.2,<2",
"scipy>=1.7.3",
"packaging",
"pyOpenSSL>=22.1.0", # Workaround for incorrect pin in the snowflake-connector-python package; see https://github.com/snowflakedb/snowflake-connector-python/issues/2109
"SQLAlchemy>=1.2",
"tables>=3.6",
"tensorflow-macos~=2.0; platform_system == 'Darwin' and platform_machine == 'arm64'",
Expand Down

0 comments on commit 1e33d07

Please sign in to comment.