Skip to content

Commit fdf9855

Browse files
committed
Temporarily use camel-kenlm git repo as dependency.
1 parent 17b4d31 commit fdf9855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
]
8989

9090
INSTALL_REQUIRES_NOT_WINDOWS = [
91-
'camel-kenlm >= 2025.4.8 ; platform_system!="Windows"'
91+
'camel-kenlm @ git+https://github.com/CAMeL-Lab/[email protected] ; platform_system!="Windows"'
9292
]
9393

9494
if sys.platform != 'win32':

0 commit comments

Comments
 (0)