Skip to content

Commit d35c32b

Browse files
[ci] fix fastcore==1.11.5 (#3846)
### Changes Fix version of `fastcore` to 1.11.5 ### Reason for changes https://github.com/openvinotoolkit/nncf/actions/runs/21121090708 Broken new release on python3.10 ```sh sig_str = f"def {get_name(self.obj)}(\n {'\n '.join(lines)}\n{self._ret_str}" ^ SyntaxError: f-string expression part cannot include a backslash ``` ### Tests https://github.com/openvinotoolkit/nncf/actions/runs/21130717198 https://github.com/openvinotoolkit/nncf/actions/runs/21130712774
1 parent ab2f70a commit d35c32b

8 files changed

Lines changed: 8 additions & 0 deletions

File tree

constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ pytest-split==0.9.0
2424
datasets==4.5.0
2525
matplotlib==3.10.8
2626
fastprogress==1.0.5
27+
fastcore==1.11.5

examples/post_training_quantization/onnx/mobilenet_v2/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ torch==2.9.0
22
torchvision==0.24.0
33
fastdownload==0.0.7
44
fastprogress==1.0.5
5+
fastcore==1.11.5
56
onnx==1.17.0
67
onnxruntime==1.21.1
78
openvino==2025.4.1

examples/post_training_quantization/openvino/mobilenet_v2/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ tqdm
33
scikit-learn
44
fastdownload==0.0.7
55
fastprogress==1.0.5
6+
fastcore==1.11.5
67
openvino==2025.4.1

examples/post_training_quantization/torch/mobilenet_v2/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
fastdownload==0.0.7
22
fastprogress==1.0.5
3+
fastcore==1.11.5
34
openvino==2025.4.1
45
scikit-learn
56
torch==2.9.0

examples/post_training_quantization/torch/ssd300_vgg16/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
fastdownload==0.0.7
22
fastprogress==1.0.5
3+
fastcore==1.11.5
34
onnx==1.17.0
45
openvino==2025.4.1
56
pycocotools==2.0.7
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
fastdownload==0.0.7
22
fastprogress==1.0.5
3+
fastcore==1.11.5
34
openvino==2025.4.1
45
torch==2.9.0
56
torchvision==0.24.0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
fastdownload==0.0.7
22
fastprogress==1.0.5
3+
fastcore==1.11.5
34
openvino==2025.4.1
45
torch==2.9.0
56
torchvision==0.24.0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
fastdownload==0.0.7
22
fastprogress==1.0.5
3+
fastcore==1.11.5
34
openvino==2025.4.1
45
torch==2.9.0
56
torchvision==0.24.0

0 commit comments

Comments
 (0)