Loading pkgs/development/python-modules/mmengine/default.nix +9 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ buildPythonPackage rec { pname = "mmengine"; version = "0.10.4"; version = "0.10.5"; pyproject = true; disabled = pythonOlder "3.7"; Loading Loading @@ -77,6 +77,14 @@ buildPythonPackage rec { "tests/test_runner/test_activation_checkpointing.py" # missing dependencies "tests/test_visualizer/test_vis_backend.py" # Tests are outdated (runTest instead of run_test) "mmengine/testing/_internal" "tests/test_dist/test_dist.py" "tests/test_dist/test_utils.py" "tests/test_hooks/test_sync_buffers_hook.py" "tests/test_model/test_wrappers/test_model_wrapper.py" "tests/test_optim/test_optimizer/test_optimizer.py" "tests/test_optim/test_optimizer/test_optimizer_wrapper.py" ]; disabledTests = [ Loading pkgs/development/python-modules/tifffile/default.nix +7 −4 Original line number Diff line number Diff line Loading @@ -8,22 +8,25 @@ numpy, pytestCheckHook, pythonOlder, setuptools, zarr, }: buildPythonPackage rec { pname = "tifffile"; version = "2024.6.18"; format = "setuptools"; version = "2024.9.20"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; hash = "sha256-V+DSoDS8tih+oxVdhxZQjfrIZEOiV/ZQK1fuf4ozs7Y="; hash = "sha256-P7874vmVpwUaiuBaS+cMlvwHifIu1vHEEEyXPPaKZAs="; }; propagatedBuildInputs = [ numpy ]; build-system = [ setuptools ]; dependencies = [ numpy ]; nativeCheckInputs = [ dask Loading Loading
pkgs/development/python-modules/mmengine/default.nix +9 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ buildPythonPackage rec { pname = "mmengine"; version = "0.10.4"; version = "0.10.5"; pyproject = true; disabled = pythonOlder "3.7"; Loading Loading @@ -77,6 +77,14 @@ buildPythonPackage rec { "tests/test_runner/test_activation_checkpointing.py" # missing dependencies "tests/test_visualizer/test_vis_backend.py" # Tests are outdated (runTest instead of run_test) "mmengine/testing/_internal" "tests/test_dist/test_dist.py" "tests/test_dist/test_utils.py" "tests/test_hooks/test_sync_buffers_hook.py" "tests/test_model/test_wrappers/test_model_wrapper.py" "tests/test_optim/test_optimizer/test_optimizer.py" "tests/test_optim/test_optimizer/test_optimizer_wrapper.py" ]; disabledTests = [ Loading
pkgs/development/python-modules/tifffile/default.nix +7 −4 Original line number Diff line number Diff line Loading @@ -8,22 +8,25 @@ numpy, pytestCheckHook, pythonOlder, setuptools, zarr, }: buildPythonPackage rec { pname = "tifffile"; version = "2024.6.18"; format = "setuptools"; version = "2024.9.20"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; hash = "sha256-V+DSoDS8tih+oxVdhxZQjfrIZEOiV/ZQK1fuf4ozs7Y="; hash = "sha256-P7874vmVpwUaiuBaS+cMlvwHifIu1vHEEEyXPPaKZAs="; }; propagatedBuildInputs = [ numpy ]; build-system = [ setuptools ]; dependencies = [ numpy ]; nativeCheckInputs = [ dask Loading