Skip to content

Minimum tests fail due to dependency version mismatch #376

@fealho

Description

@fealho

Error Description

The minimum tests fail with the following error: accelerate 1.3.0 has requirement torch>=2.0.0, but you have torch 1.12.1.

This happens because the realtabformer dependency installs accelerate>=0.26, which requires torch>=2.0.0, while we specify torch>=1.12.1 in pyproject.toml:

"torch>=1.12.1;python_version<'3.10'",

Expected Behavior

Either the appropriate version of accelerate should be installed to pass the minimum tests, or the minimum version of torch should be increased to 2.0.0 to accommodate the stricter requirements of the accelerate library.

Metadata

Metadata

Assignees

Labels

maintenanceTasks related to infrastructure & dependencies

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions