Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/GRAAL-Research/deepparse in…
Browse files Browse the repository at this point in the history
…to dev
  • Loading branch information
MAYAS3 committed Sep 12, 2024
2 parents 4ceb8d5 + 559bad2 commit 48dde6f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,8 @@

- Bug-fix the call to the BPEmb class instead of the BPEmbBaseURLWrapperBugFix to fix the download URL in `download_models`.

## 0.9.13

- Update Gensim version in setup to allow for the installation of recent Scipy versions.

## dev
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
torch
bpemb
numpy<2.0.0
scipy<=1.10.1
scipy
requests
pymagnitude-light
colorama>=0.4.3
poutyne
gensim>=4.2.0
gensim>=4.3.3
fasttext-wheel
pandas
urllib3
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ def main():
"numpy<2.0.0",
"torch",
"bpemb",
"scipy<=1.10.1",
"gensim>=4.0.0",
"scipy",
"gensim>=4.3.3",
"requests",
"fasttext-wheel",
"pymagnitude-light",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.12
0.9.13

0 comments on commit 48dde6f

Please sign in to comment.