20 version = "0.1.5.post20221221";
21 optional-dependencies = {
26 inherit pname version;
27 format = "setuptools";
29 disabled = pythonOlder "3.7";
32 inherit pname version;
33 hash = "sha256-8vsLuQVyrmUcEceOIEk+0ZsiQFUKfku7LW3oe90DeGA=";
36 propagatedBuildInputs = [
51 # TypeError: flop_count() missing 2 required positional arguments: 'model' and 'inputs'
54 pythonImportsCheck = [
58 passthru.optional-dependencies = optional-dependencies;
61 description = "Collection of common code that's shared among different research projects in FAIR computer vision team";
62 homepage = "https://github.com/facebookresearch/fvcore";
63 license = licenses.asl20;
64 maintainers = with maintainers; [ happysalada ];