Skip to content

Commit

Permalink
Fixed Windows dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
owo committed Mar 17, 2023
1 parent 030bc97 commit 0aa6781
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion camel_tools/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.5.1
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# The short X.Y version
version = '1.5'
# The full version, including alpha/beta/rc tags
release = '1.5.0'
release = '1.5.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
]

INSTALL_REQUIRES_NOT_WINDOWS = [
'camel-kenlm'
'camel-kenlm >= 2023.3.17.2 ; platform_system!="Windows"'
]

if sys.platform != 'win32':
Expand Down

0 comments on commit 0aa6781

Please sign in to comment.