diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b9c8daa..cf5884bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -326,4 +326,8 @@ see [here](https://github.com/facebookresearch/fastText/issues/512#issuecomment-1534519551) and [here](https://github.com/facebookresearch/fastText/pull/1292)). +## 0.9.8 + +- Hot-Fix wheel install (See [issue 196](https://github.com/GRAAL-Research/deepparse/issues/196)). + ## dev diff --git a/setup.py b/setup.py index 109e5327..cedf6acb 100644 --- a/setup.py +++ b/setup.py @@ -74,11 +74,12 @@ def main(): "bpemb", "gensim>=4.0.0", "requests", - "fasttext", + "fasttext-wheel", "pymagnitude-light", "poutyne", "pandas", "urllib3", + "cloudpathlib[s3, gs, azure]", ], python_requires=">=3.8", description="A library for parsing multinational street addresses using deep learning.", diff --git a/version.txt b/version.txt index bae256fd..b5d0ec55 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.9.7 \ No newline at end of file +0.9.8 \ No newline at end of file