Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Merel Theisen <[email protected]>
  • Loading branch information
merelcht committed Oct 28, 2024
1 parent 144fa2c commit ec9c535
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions kedro-datasets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ s3fs-base = ["s3fs>=2021.4"]
polars-base = ["polars>=0.18.0"]
plotly-base = ["plotly>=4.8.0, <6.0"]
delta-base = ["delta-spark>=1.0, <4.0"]
networkx-base = ["networkx~=2.4"]
networkx-base = ["networkx~=3.4"]

# Individual Datasets
api-apidataset = ["requests~=2.20"]
Expand Down Expand Up @@ -167,7 +167,7 @@ tracking-jsondataset = []
tracking-metricsdataset = []
tracking = ["kedro-datasets[tracking-jsondataset, tracking-metricsdataset]"]

video-videodataset = ["opencv-python~=4.5.5.64"]
video-videodataset = ["opencv-python~=4.10.0.84"]
video = ["kedro-datasets[video-videodataset]"]

yaml-yamldataset = ["kedro-datasets[pandas-base]", "PyYAML>=4.2, <7.0"]
Expand Down Expand Up @@ -228,9 +228,8 @@ test = [
"matplotlib>=3.5, <4.0",
"memory_profiler>=0.50.0, <1.0",
"moto==5.0.0",
"networkx~=2.4",
"numpy<2",
"opencv-python~=4.5.5.64",
"networkx~=3.4",
"opencv-python~=4.10.0.84",
"openpyxl>=3.0.3, <4.0",
"pandas-gbq>=0.12.0",
"pandas>=2.0",
Expand Down

0 comments on commit ec9c535

Please sign in to comment.