19 inherit pname version;
20 format = "setuptools";
22 disabled = pythonOlder "3.10";
24 src = fetchFromGitHub {
25 owner = "facebookresearch";
28 hash = "sha256-vJV0c+dCFO0wOHahKJ8DbwT2Thx3YjkNLVSpQv9H69g=";
31 propagatedBuildInputs = [
42 # requires network access
49 "tests/async_torch_test.py"
50 "tests/async_writes_test.py"
53 pythonImportsCheck = [ "iopath" ];
55 optional-dependencies = {
60 description = "Python library that provides common I/O interface across different storage backends";
61 homepage = "https://github.com/facebookresearch/iopath";
62 changelog = "https://github.com/facebookresearch/iopath/releases/tag/v${version}";
63 license = licenses.mit;
64 maintainers = with maintainers; [ happysalada ];