Skip to content

Commit

Permalink
bump 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vince62s committed Mar 13, 2024
1 parent 8479526 commit b458a4c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

## [Unreleased]

## [3.5.1](https://github.com/OpenNMT/OpenNMT-py/tree/3.5.1) (2024-03-13)

* Further fixes
* added wikitext runs

## [3.5.0](https://github.com/OpenNMT/OpenNMT-py/tree/3.5.0) (2024-02-22)

* Further improvements and fixes
Expand Down
2 changes: 1 addition & 1 deletion onmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
onmt.modules,
]

__version__ = "3.5.0"
__version__ = "3.5.1"
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
description="A python implementation of OpenNMT",
long_description=long_description,
long_description_content_type="text/markdown",
version="3.5.0",
version="3.5.1",
packages=find_packages(),
project_urls={
"Documentation": "http://opennmt.net/OpenNMT-py/",
"Forum": "http://forum.opennmt.net/",
"Gitter": "https://gitter.im/OpenNMT/OpenNMT-py",
"Source": "https://github.com/OpenNMT/OpenNMT-py/",
},
python_requires=">=3.8",
python_requires=">=3.9",
install_requires=[
"torch>=2.0.1,<2.3",
"torch>=2.1,<2.3",
"configargparse",
"ctranslate2>=3.24,<5",
"ctranslate2>=4,<5",
"tensorboard>=2.3",
"flask",
"waitress",
"pyonmttok>=1.35,<2",
"pyonmttok>=1.37,<2",
"pyyaml",
"sacrebleu",
"rapidfuzz",
Expand Down

0 comments on commit b458a4c

Please sign in to comment.