Skip to content

build(deps): bump the python-packages group across 1 directory with 4 updates #334

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions s3torchconnector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ test = [
]

e2e = [
"torchdata<=0.9.0", # we have dependency on deprecated DataPipes, which were removed in 0.10.0
"torchdata<=0.11.0", # we have dependency on deprecated DataPipes, which were removed in 0.10.0
"torchvision",
"Pillow>=10.3.0",
"boto3<1.37.2", # prevent conflict caused by aiobotocore that restrict version of botocore
"numpy < 2",
"boto3<1.38.20", # prevent conflict caused by aiobotocore that restrict version of botocore
"numpy < 3",
"pytest-xdist",
"fsspec==2025.3.0; python_version == '3.8'", # pin fsspec version for Python 3.8 to prevent dataset e2e test failures
"fsspec==2025.5.0; python_version == '3.8'", # pin fsspec version for Python 3.8 to prevent dataset e2e test failures
]

lightning = [
Expand Down