Skip to content

Commit df599c8

Browse files
Fix post_training_quantization_openvino_anomaly_stfpm_quantize_with_accuracy_control (#3903)
### Changes Use `setuptools==81.0.0` for `post_training_quantization_openvino_anomaly_stfpm_quantize_with_accuracy_control` example ### Reason for changes https://github.com/openvinotoolkit/nncf/actions/runs/21808087861/job/62914842052 ```python File "/tmp/pytest-of-runner/pytest-0/test_examples_post_training_qu0/venv/lib/python3.10/site-packages/anomalib/data/base/datamodule.py", line 13, in <module> from pytorch_lightning import LightningDataModule File "/tmp/pytest-of-runner/pytest-0/test_examples_post_training_qu0/venv/lib/python3.10/site-packages/pytorch_lightning/__init__.py", line 34, in <module> from lightning_fabric.utilities.seed import seed_everything # noqa: E402 File "/tmp/pytest-of-runner/pytest-0/test_examples_post_training_qu0/venv/lib/python3.10/site-packages/lightning_fabric/__init__.py", line 29, in <module> __import__("pkg_resources").declare_namespace(__name__) ModuleNotFoundError: No module named 'pkg_resources' ``` ### Tests https://github.com/openvinotoolkit/nncf/actions/runs/21832474690
1 parent 0e49d1e commit df599c8

File tree

1 file changed

+1
-0
lines changed
  • examples/post_training_quantization/openvino/anomaly_stfpm_quantize_with_accuracy_control

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
anomalib==0.6.0
22
openvino==2025.4.1
33
numpy<2
4+
setuptools==81.0.0

0 commit comments

Comments
 (0)