From 9c8664544f45a38974b2b866accd6a477d91b4ec Mon Sep 17 00:00:00 2001 From: Rajat <22280243+R1j1t@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:04:08 -0700 Subject: [PATCH 1/6] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 43fc1c8..da771f6 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ python_requires=">=3.6", install_requires=[ "torch>=1.4", - "editdistance==0.6.2", + "editdistance==0.8", "transformers>=4.0.0", "spacy>=3.0.0", ], From 40f28db75ad888f95c0f8d95e69aa28d0aa33237 Mon Sep 17 00:00:00 2001 From: Rajat <22280243+R1j1t@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:05:05 -0700 Subject: [PATCH 2/6] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6d9742d..82213c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ spacy>=3.0.0 -editdistance==0.6.2 +editdistance==0.8 pytest --find-links https://download.pytorch.org/whl/torch_stable.html torch>=1.4 From dbb29c32813cd60716c21e3fc927fe8713bc24d9 Mon Sep 17 00:00:00 2001 From: Rajat <22280243+R1j1t@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:07:58 -0700 Subject: [PATCH 3/6] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da771f6..719449f 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ python_requires=">=3.6", install_requires=[ "torch>=1.4", - "editdistance==0.8", + "editdistance==0.8.*", "transformers>=4.0.0", "spacy>=3.0.0", ], From 5f4ad799473baa148476c3241f0b7f7bc412ee43 Mon Sep 17 00:00:00 2001 From: Rajat <22280243+R1j1t@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:08:11 -0700 Subject: [PATCH 4/6] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 82213c4..98bb658 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ spacy>=3.0.0 -editdistance==0.8 +editdistance==0.8.* pytest --find-links https://download.pytorch.org/whl/torch_stable.html torch>=1.4 From bd517aba0709ebfed56cefb6569570f07de839af Mon Sep 17 00:00:00 2001 From: Rajat <22280243+R1j1t@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:09:48 -0700 Subject: [PATCH 5/6] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 98bb658..4edafd0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ spacy>=3.0.0 -editdistance==0.8.* +editdistance==0.8.1 pytest --find-links https://download.pytorch.org/whl/torch_stable.html torch>=1.4 From 013ad7c49e5b26b054d63aba89509e575a5b3cb3 Mon Sep 17 00:00:00 2001 From: Rajat <22280243+R1j1t@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:10:02 -0700 Subject: [PATCH 6/6] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 719449f..694ba75 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ python_requires=">=3.6", install_requires=[ "torch>=1.4", - "editdistance==0.8.*", + "editdistance==0.8.1", "transformers>=4.0.0", "spacy>=3.0.0", ],