Archisman Karmakar
commited on
Commit
·
ffa28d0
1
Parent(s):
324ad09
fix
Browse files- poetry.lock +9 -7
- pyproject.toml +2 -2
poetry.lock
CHANGED
@@ -1193,14 +1193,14 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth
|
|
1193 |
|
1194 |
[[package]]
|
1195 |
name = "faker"
|
1196 |
-
version = "37.0.
|
1197 |
description = "Faker is a Python package that generates fake data for you."
|
1198 |
optional = false
|
1199 |
python-versions = ">=3.9"
|
1200 |
groups = ["main"]
|
1201 |
files = [
|
1202 |
-
{file = "faker-37.0.
|
1203 |
-
{file = "faker-37.0.
|
1204 |
]
|
1205 |
|
1206 |
[package.dependencies]
|
@@ -3689,14 +3689,14 @@ complete = ["blosc", "numpy (>=1.20.0)", "pandas (>=1.3)", "pyzmq"]
|
|
3689 |
|
3690 |
[[package]]
|
3691 |
name = "pbs-installer"
|
3692 |
-
version = "2025.3.
|
3693 |
description = "Installer for Python Build Standalone"
|
3694 |
optional = false
|
3695 |
python-versions = ">=3.8"
|
3696 |
groups = ["main"]
|
3697 |
files = [
|
3698 |
-
{file = "pbs_installer-2025.3.
|
3699 |
-
{file = "pbs_installer-2025.3.
|
3700 |
]
|
3701 |
|
3702 |
[package.extras]
|
@@ -4376,6 +4376,7 @@ description = "Python for Window Extensions"
|
|
4376 |
optional = false
|
4377 |
python-versions = "*"
|
4378 |
groups = ["main"]
|
|
|
4379 |
files = [
|
4380 |
{file = "pywin32-309-cp310-cp310-win32.whl", hash = "sha256:5b78d98550ca093a6fe7ab6d71733fbc886e2af9d4876d935e7f6e1cd6577ac9"},
|
4381 |
{file = "pywin32-309-cp310-cp310-win_amd64.whl", hash = "sha256:728d08046f3d65b90d4c77f71b6fbb551699e2005cc31bbffd1febd6a08aa698"},
|
@@ -4402,6 +4403,7 @@ description = "A (partial) reimplementation of pywin32 using ctypes/cffi"
|
|
4402 |
optional = false
|
4403 |
python-versions = ">=3.6"
|
4404 |
groups = ["main"]
|
|
|
4405 |
files = [
|
4406 |
{file = "pywin32-ctypes-0.2.3.tar.gz", hash = "sha256:d162dc04946d704503b2edc4d55f3dba5c1d539ead017afa00142c38b9885755"},
|
4407 |
{file = "pywin32_ctypes-0.2.3-py3-none-any.whl", hash = "sha256:8a1513379d709975552d202d942d9837758905c8d01eb82b8bcc30918929e7b8"},
|
@@ -6911,4 +6913,4 @@ cffi = ["cffi (>=1.11)"]
|
|
6911 |
[metadata]
|
6912 |
lock-version = "2.1"
|
6913 |
python-versions = ">=3.12"
|
6914 |
-
content-hash = "
|
|
|
1193 |
|
1194 |
[[package]]
|
1195 |
name = "faker"
|
1196 |
+
version = "37.0.2"
|
1197 |
description = "Faker is a Python package that generates fake data for you."
|
1198 |
optional = false
|
1199 |
python-versions = ">=3.9"
|
1200 |
groups = ["main"]
|
1201 |
files = [
|
1202 |
+
{file = "faker-37.0.2-py3-none-any.whl", hash = "sha256:8955706c56c28099585e9e2b6f814eb0a3a227eb36a2ee3eb9ab577c4764eacc"},
|
1203 |
+
{file = "faker-37.0.2.tar.gz", hash = "sha256:948bd27706478d3aa0b6f9f58b9f25207098f6ca79852c7b49c44a8ced2bc59b"},
|
1204 |
]
|
1205 |
|
1206 |
[package.dependencies]
|
|
|
3689 |
|
3690 |
[[package]]
|
3691 |
name = "pbs-installer"
|
3692 |
+
version = "2025.3.17"
|
3693 |
description = "Installer for Python Build Standalone"
|
3694 |
optional = false
|
3695 |
python-versions = ">=3.8"
|
3696 |
groups = ["main"]
|
3697 |
files = [
|
3698 |
+
{file = "pbs_installer-2025.3.17-py3-none-any.whl", hash = "sha256:d2b0563b1d5d814e479f3c43d7aee019250f68a0a113d754714fa9a721f83b47"},
|
3699 |
+
{file = "pbs_installer-2025.3.17.tar.gz", hash = "sha256:dde058f925b989c1d3bd90739c16ffd0e68732f7716e4d1e01ca480d00a67560"},
|
3700 |
]
|
3701 |
|
3702 |
[package.extras]
|
|
|
4376 |
optional = false
|
4377 |
python-versions = "*"
|
4378 |
groups = ["main"]
|
4379 |
+
markers = "sys_platform == \"win32\" or platform_system == \"Windows\""
|
4380 |
files = [
|
4381 |
{file = "pywin32-309-cp310-cp310-win32.whl", hash = "sha256:5b78d98550ca093a6fe7ab6d71733fbc886e2af9d4876d935e7f6e1cd6577ac9"},
|
4382 |
{file = "pywin32-309-cp310-cp310-win_amd64.whl", hash = "sha256:728d08046f3d65b90d4c77f71b6fbb551699e2005cc31bbffd1febd6a08aa698"},
|
|
|
4403 |
optional = false
|
4404 |
python-versions = ">=3.6"
|
4405 |
groups = ["main"]
|
4406 |
+
markers = "sys_platform == \"win32\""
|
4407 |
files = [
|
4408 |
{file = "pywin32-ctypes-0.2.3.tar.gz", hash = "sha256:d162dc04946d704503b2edc4d55f3dba5c1d539ead017afa00142c38b9885755"},
|
4409 |
{file = "pywin32_ctypes-0.2.3-py3-none-any.whl", hash = "sha256:8a1513379d709975552d202d942d9837758905c8d01eb82b8bcc30918929e7b8"},
|
|
|
6913 |
[metadata]
|
6914 |
lock-version = "2.1"
|
6915 |
python-versions = ">=3.12"
|
6916 |
+
content-hash = "a5db55378a7e870d036cb7ab1dea394427372076e4ac964e2eafbd7d7bed881f"
|
pyproject.toml
CHANGED
@@ -38,7 +38,8 @@ dependencies = [
|
|
38 |
"rouge-score (>=0.1.2,<0.2.0)",
|
39 |
"scikit-learn (>=1.6.1,<2.0.0)",
|
40 |
"regex (>=2024.11.6,<2025.0.0)",
|
41 |
-
"pywin32
|
|
|
42 |
"pycurl (>=7.45.6,<8.0.0)",
|
43 |
"pillow (>=11.1.0,<12.0.0)",
|
44 |
"diffusers (>=0.32.2,<0.33.0)",
|
@@ -145,7 +146,6 @@ dependencies = [
|
|
145 |
"pyproject-hooks (>=1.2.0,<2.0.0)",
|
146 |
"python-dateutil (>=2.9.0.post0,<3.0.0)",
|
147 |
"pytz (>=2025.1,<2026.0)",
|
148 |
-
"pywin32-ctypes (>=0.2.3,<0.3.0)",
|
149 |
"pyyaml (>=6.0.2,<7.0.0)",
|
150 |
"pyzmq (>=26.3.0,<27.0.0)",
|
151 |
"rapidfuzz (>=3.12.2,<4.0.0)",
|
|
|
38 |
"rouge-score (>=0.1.2,<0.2.0)",
|
39 |
"scikit-learn (>=1.6.1,<2.0.0)",
|
40 |
"regex (>=2024.11.6,<2025.0.0)",
|
41 |
+
"pywin32-ctypes==0.2.3; sys_platform == 'win32' and python_version >= '3.12'",
|
42 |
+
"pywin32==309; sys_platform == 'win32' and python_version >= '3.12'",
|
43 |
"pycurl (>=7.45.6,<8.0.0)",
|
44 |
"pillow (>=11.1.0,<12.0.0)",
|
45 |
"diffusers (>=0.32.2,<0.33.0)",
|
|
|
146 |
"pyproject-hooks (>=1.2.0,<2.0.0)",
|
147 |
"python-dateutil (>=2.9.0.post0,<3.0.0)",
|
148 |
"pytz (>=2025.1,<2026.0)",
|
|
|
149 |
"pyyaml (>=6.0.2,<7.0.0)",
|
150 |
"pyzmq (>=26.3.0,<27.0.0)",
|
151 |
"rapidfuzz (>=3.12.2,<4.0.0)",
|