Commit df599c8
authored
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/218324746901 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 changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
0 commit comments