We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030bc97 commit 0aa6781Copy full SHA for 0aa6781
camel_tools/VERSION
@@ -1 +1 @@
1
-1.5.0
+1.5.1
docs/source/conf.py
@@ -29,7 +29,7 @@
29
# The short X.Y version
30
version = '1.5'
31
# The full version, including alpha/beta/rc tags
32
-release = '1.5.0'
+release = '1.5.1'
33
34
35
# -- General configuration ---------------------------------------------------
setup.py
@@ -87,7 +87,7 @@
87
]
88
89
INSTALL_REQUIRES_NOT_WINDOWS = [
90
- 'camel-kenlm'
+ 'camel-kenlm >= 2023.3.17.2 ; platform_system!="Windows"'
91
92
93
if sys.platform != 'win32':
0 commit comments