Skip to content

Commit 23d84f1

Browse files
authored
remove nncf version pin from test (#2309)
## Describe your changes remove nncf version pin from test ## Checklist before requesting a review - [ ] Add unit tests for this change. - [ ] Make sure all tests can pass. - [ ] Update documents if necessary. - [ ] Lint and apply fixes to your code by running `lintrunner -a` - [ ] Is this a user-facing change? If yes, give a description of this change to be included in the release notes. ## (Optional) Issue link
1 parent 225f7d2 commit 23d84f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ marshmallow
1414
ml_dtypes
1515
mlflow
1616
neural-compressor<2.4
17-
nncf>=2.18.0, <2.19.0
17+
nncf>=2.18.0
1818
numpy<2.0.0
1919
nvidia-modelopt
2020
onnx==1.18.0

0 commit comments

Comments
 (0)