Skip to content

Commit 9609e47

Browse files
authored
Merge pull request #3536 from eaidova/ea/ac_parasail_win
AC deps: resolve issue with parasail on Windows
2 parents 72bae64 + 38ccb5a commit 9609e47

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 @@ transformers>=4.5;python_version>="3.7"
4242
nltk>=3.5
4343

4444
# DNA sequence matching
45-
parasail>=1.2.4
45+
parasail>=1.2.4;platform_system!="Windows"
46+
parasail~=1.2.4;platform_system=="Windows"
4647
fast-ctc-decode>=0.2.5
4748

4849
# raw image formats processing

0 commit comments

Comments
 (0)