Skip to content

Commit 309fd8d

Browse files
akladievDmitriy Belyakin
andauthored
Fix rawpy version on compatible release (#3408)
* Fix rawpy version on compatible release To prevent dependency resolution issues * use rawpy>=0.16.0 for python3.6 Co-authored-by: Dmitriy Belyakin <[email protected]>
1 parent 7b59931 commit 309fd8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/accuracy_checker/requirements.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ parasail>=1.2.4
4242
fast-ctc-decode>=0.2.5
4343

4444
# raw image formats processing
45-
rawpy>=0.16.0
45+
rawpy>=0.16.0;python_version<"3.7"
46+
rawpy~=0.17.1;python_version>="3.7"
4647

4748
# lmdb dataset support
4849
lmdb>=1.2.1

0 commit comments

Comments
 (0)