Skip to content

Commit 6b78fe9

Browse files
Fix qat anomalib example (#3581)
### Changes Set numpy version 1.26.4 in examples/quantization_aware_training/torch/anomalib/requirements.txt ### Reason for changes https://github.com/openvinotoolkit/nncf/actions/runs/16157111182/job/45622233944 `AttributeError: `np.sctypes` was removed in the NumPy 2.0 release. Access dtypes explicitly instead.` ### Tests https://github.com/openvinotoolkit/nncf/actions/runs/16178671797
1 parent 25536b1 commit 6b78fe9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
anomalib[core,openvino]==1.0.1
22
matplotlib<3.10.0
3+
numpy==1.26.4

0 commit comments

Comments
 (0)