Skip to content

Commit 0aa6781

Browse files
committed
Fixed Windows dependencies.
1 parent 030bc97 commit 0aa6781

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

camel_tools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.5.1

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# The short X.Y version
3030
version = '1.5'
3131
# The full version, including alpha/beta/rc tags
32-
release = '1.5.0'
32+
release = '1.5.1'
3333

3434

3535
# -- General configuration ---------------------------------------------------

setup.py

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

8989
INSTALL_REQUIRES_NOT_WINDOWS = [
90-
'camel-kenlm'
90+
'camel-kenlm >= 2023.3.17.2 ; platform_system!="Windows"'
9191
]
9292

9393
if sys.platform != 'win32':

0 commit comments

Comments
 (0)