Blosc / python-blosc2

https://www.blosc.org/python-blosc2
Other
83 stars 19 forks source link

test dependencies #316

Closed DimitriPapadopoulos closed 2 weeks ago

DimitriPapadopoulos commented 2 weeks ago

Shouldn't these two blocks be in sync?

https://github.com/Blosc/python-blosc2/blob/9021ad5a854a623fbd909b6bfcec2915c2183769/pyproject.toml#L46-L50

https://github.com/Blosc/python-blosc2/blob/9021ad5a854a623fbd909b6bfcec2915c2183769/pyproject.toml#L70

Is one of them redundant?

FrancescAlted commented 2 weeks ago

I don't remember well, but I think the idea was to avoid using torch when testing wheels, specially on aarch64 which is pretty slow (emulated). I'll add a note for the future.