Archisman Karmakar commited on
Commit
1a825d6
·
1 Parent(s): bb3af13
.github/workflows/deploy_to_HF_space.yml CHANGED
@@ -47,6 +47,7 @@ jobs:
47
  poetry config virtualenvs.create false
48
  poetry --version
49
  poetry add poetry-plugin-export
 
50
 
51
 
52
  - name: Install dependencies
 
47
  poetry config virtualenvs.create false
48
  poetry --version
49
  poetry add poetry-plugin-export
50
+ poetry self add poetry-plugin-export
51
 
52
 
53
  - name: Install dependencies
poetry.lock CHANGED
@@ -405,6 +405,7 @@ files = [
405
  ]
406
 
407
  [package.dependencies]
 
408
  msgpack = ">=0.5.2,<2.0.0"
409
  requests = ">=2.16.0"
410
 
@@ -444,7 +445,7 @@ description = "Foreign Function Interface for Python calling C code."
444
  optional = false
445
  python-versions = ">=3.8"
446
  groups = ["main"]
447
- markers = "sys_platform == \"linux\" or implementation_name == \"pypy\" or platform_python_implementation == \"PyPy\""
448
  files = [
449
  {file = "cffi-1.17.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:df8b1c11f177bc2313ec4b2d46baec87a5f3e71fc8b45dab2ee7cae86d9aba14"},
450
  {file = "cffi-1.17.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8f2cdc858323644ab277e9bb925ad72ae0e67f69e804f4898c070998d50b1a67"},
@@ -620,6 +621,22 @@ files = [
620
  {file = "charset_normalizer-3.4.1.tar.gz", hash = "sha256:44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3"},
621
  ]
622
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
623
  [[package]]
624
  name = "click"
625
  version = "8.1.8"
@@ -751,6 +768,18 @@ mypy = ["contourpy[bokeh,docs]", "docutils-stubs", "mypy (==1.11.1)", "types-Pil
751
  test = ["Pillow", "contourpy[test-no-images]", "matplotlib"]
752
  test-no-images = ["pytest", "pytest-cov", "pytest-rerunfailures", "pytest-xdist", "wurlitzer"]
753
 
 
 
 
 
 
 
 
 
 
 
 
 
754
  [[package]]
755
  name = "cryptography"
756
  version = "44.0.2"
@@ -3699,6 +3728,10 @@ files = [
3699
  {file = "pbs_installer-2025.3.17.tar.gz", hash = "sha256:dde058f925b989c1d3bd90739c16ffd0e68732f7716e4d1e01ca480d00a67560"},
3700
  ]
3701
 
 
 
 
 
3702
  [package.extras]
3703
  all = ["pbs-installer[download,install]"]
3704
  download = ["httpx (>=0.27.0,<1)"]
@@ -3890,6 +3923,69 @@ packaging = "*"
3890
  [package.extras]
3891
  express = ["numpy"]
3892
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3893
  [[package]]
3894
  name = "portalocker"
3895
  version = "3.1.1"
@@ -4183,7 +4279,7 @@ description = "C parser in Python"
4183
  optional = false
4184
  python-versions = ">=3.8"
4185
  groups = ["main"]
4186
- markers = "sys_platform == \"linux\" or implementation_name == \"pypy\" or platform_python_implementation == \"PyPy\""
4187
  files = [
4188
  {file = "pycparser-2.22-py3-none-any.whl", hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc"},
4189
  {file = "pycparser-2.22.tar.gz", hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6"},
@@ -6535,6 +6631,93 @@ files = [
6535
  {file = "wrapt-1.17.2.tar.gz", hash = "sha256:41388e9d4d1522446fe79d3213196bd9e3b301a336965b9e27ca2788ebd122f3"},
6536
  ]
6537
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6538
  [[package]]
6539
  name = "xxhash"
6540
  version = "3.5.0"
@@ -6912,5 +7095,5 @@ cffi = ["cffi (>=1.11)"]
6912
 
6913
  [metadata]
6914
  lock-version = "2.1"
6915
- python-versions = ">=3.12"
6916
- content-hash = "a5db55378a7e870d036cb7ab1dea394427372076e4ac964e2eafbd7d7bed881f"
 
405
  ]
406
 
407
  [package.dependencies]
408
+ filelock = {version = ">=3.8.0", optional = true, markers = "extra == \"filecache\""}
409
  msgpack = ">=0.5.2,<2.0.0"
410
  requests = ">=2.16.0"
411
 
 
445
  optional = false
446
  python-versions = ">=3.8"
447
  groups = ["main"]
448
+ markers = "sys_platform == \"linux\" or sys_platform == \"darwin\" or implementation_name == \"pypy\" or platform_python_implementation == \"PyPy\""
449
  files = [
450
  {file = "cffi-1.17.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:df8b1c11f177bc2313ec4b2d46baec87a5f3e71fc8b45dab2ee7cae86d9aba14"},
451
  {file = "cffi-1.17.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8f2cdc858323644ab277e9bb925ad72ae0e67f69e804f4898c070998d50b1a67"},
 
621
  {file = "charset_normalizer-3.4.1.tar.gz", hash = "sha256:44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3"},
622
  ]
623
 
624
+ [[package]]
625
+ name = "cleo"
626
+ version = "2.1.0"
627
+ description = "Cleo allows you to create beautiful and testable command-line interfaces."
628
+ optional = false
629
+ python-versions = ">=3.7,<4.0"
630
+ groups = ["main"]
631
+ files = [
632
+ {file = "cleo-2.1.0-py3-none-any.whl", hash = "sha256:4a31bd4dd45695a64ee3c4758f583f134267c2bc518d8ae9a29cf237d009b07e"},
633
+ {file = "cleo-2.1.0.tar.gz", hash = "sha256:0b2c880b5d13660a7ea651001fb4acb527696c01f15c9ee650f377aa543fd523"},
634
+ ]
635
+
636
+ [package.dependencies]
637
+ crashtest = ">=0.4.1,<0.5.0"
638
+ rapidfuzz = ">=3.0.0,<4.0.0"
639
+
640
  [[package]]
641
  name = "click"
642
  version = "8.1.8"
 
768
  test = ["Pillow", "contourpy[test-no-images]", "matplotlib"]
769
  test-no-images = ["pytest", "pytest-cov", "pytest-rerunfailures", "pytest-xdist", "wurlitzer"]
770
 
771
+ [[package]]
772
+ name = "crashtest"
773
+ version = "0.4.1"
774
+ description = "Manage Python errors with ease"
775
+ optional = false
776
+ python-versions = ">=3.7,<4.0"
777
+ groups = ["main"]
778
+ files = [
779
+ {file = "crashtest-0.4.1-py3-none-any.whl", hash = "sha256:8d23eac5fa660409f57472e3851dab7ac18aba459a8d19cbbba86d3d5aecd2a5"},
780
+ {file = "crashtest-0.4.1.tar.gz", hash = "sha256:80d7b1f316ebfbd429f648076d6275c877ba30ba48979de4191714a75266f0ce"},
781
+ ]
782
+
783
  [[package]]
784
  name = "cryptography"
785
  version = "44.0.2"
 
3728
  {file = "pbs_installer-2025.3.17.tar.gz", hash = "sha256:dde058f925b989c1d3bd90739c16ffd0e68732f7716e4d1e01ca480d00a67560"},
3729
  ]
3730
 
3731
+ [package.dependencies]
3732
+ httpx = {version = ">=0.27.0,<1", optional = true, markers = "extra == \"download\""}
3733
+ zstandard = {version = ">=0.21.0", optional = true, markers = "extra == \"install\""}
3734
+
3735
  [package.extras]
3736
  all = ["pbs-installer[download,install]"]
3737
  download = ["httpx (>=0.27.0,<1)"]
 
3923
  [package.extras]
3924
  express = ["numpy"]
3925
 
3926
+ [[package]]
3927
+ name = "poetry"
3928
+ version = "2.1.1"
3929
+ description = "Python dependency management and packaging made easy."
3930
+ optional = false
3931
+ python-versions = "<4.0,>=3.9"
3932
+ groups = ["main"]
3933
+ files = [
3934
+ {file = "poetry-2.1.1-py3-none-any.whl", hash = "sha256:1d433880bd5b401327ddee789ccfe9ff197bf3b0cd240f0bc7cc99c84d14b16c"},
3935
+ {file = "poetry-2.1.1.tar.gz", hash = "sha256:d82673865bf13d6cd0dacf28c69a89670456d8df2f9e5da82bfb5f833ba00efc"},
3936
+ ]
3937
+
3938
+ [package.dependencies]
3939
+ build = ">=1.2.1,<2.0.0"
3940
+ cachecontrol = {version = ">=0.14.0,<0.15.0", extras = ["filecache"]}
3941
+ cleo = ">=2.1.0,<3.0.0"
3942
+ dulwich = ">=0.22.6,<0.23.0"
3943
+ fastjsonschema = ">=2.18.0,<3.0.0"
3944
+ findpython = ">=0.6.2,<0.7.0"
3945
+ installer = ">=0.7.0,<0.8.0"
3946
+ keyring = ">=25.1.0,<26.0.0"
3947
+ packaging = ">=24.0"
3948
+ pbs-installer = {version = ">=2025.1.6,<2026.0.0", extras = ["download", "install"]}
3949
+ pkginfo = ">=1.12,<2.0"
3950
+ platformdirs = ">=3.0.0,<5"
3951
+ poetry-core = "2.1.1"
3952
+ pyproject-hooks = ">=1.0.0,<2.0.0"
3953
+ requests = ">=2.26,<3.0"
3954
+ requests-toolbelt = ">=1.0.0,<2.0.0"
3955
+ shellingham = ">=1.5,<2.0"
3956
+ tomlkit = ">=0.11.4,<1.0.0"
3957
+ trove-classifiers = ">=2022.5.19"
3958
+ virtualenv = ">=20.26.6,<21.0.0"
3959
+ xattr = {version = ">=1.0.0,<2.0.0", markers = "sys_platform == \"darwin\""}
3960
+
3961
+ [[package]]
3962
+ name = "poetry-core"
3963
+ version = "2.1.1"
3964
+ description = "Poetry PEP 517 Build Backend"
3965
+ optional = false
3966
+ python-versions = "<4.0,>=3.9"
3967
+ groups = ["main"]
3968
+ files = [
3969
+ {file = "poetry_core-2.1.1-py3-none-any.whl", hash = "sha256:bc3b0382ab4d00d5d780277fd0aad1580eb4403613b37fc60fec407b5bee1fe6"},
3970
+ {file = "poetry_core-2.1.1.tar.gz", hash = "sha256:c1a1f6f00e4254742f40988a8caf665549101cf9991122cd5de1198897768b1a"},
3971
+ ]
3972
+
3973
+ [[package]]
3974
+ name = "poetry-plugin-export"
3975
+ version = "1.9.0"
3976
+ description = "Poetry plugin to export the dependencies to various formats"
3977
+ optional = false
3978
+ python-versions = "<4.0,>=3.9"
3979
+ groups = ["main"]
3980
+ files = [
3981
+ {file = "poetry_plugin_export-1.9.0-py3-none-any.whl", hash = "sha256:e2621dd8c260dd705a8227f076075246a7ff5c697e18ddb90ff68081f47ee642"},
3982
+ {file = "poetry_plugin_export-1.9.0.tar.gz", hash = "sha256:6fc8755cfac93c74752f85510b171983e2e47d782d4ab5be4ffc4f6945be7967"},
3983
+ ]
3984
+
3985
+ [package.dependencies]
3986
+ poetry = ">=2.0.0,<3.0.0"
3987
+ poetry-core = ">=1.7.0,<3.0.0"
3988
+
3989
  [[package]]
3990
  name = "portalocker"
3991
  version = "3.1.1"
 
4279
  optional = false
4280
  python-versions = ">=3.8"
4281
  groups = ["main"]
4282
+ markers = "sys_platform == \"linux\" or sys_platform == \"darwin\" or implementation_name == \"pypy\" or platform_python_implementation == \"PyPy\""
4283
  files = [
4284
  {file = "pycparser-2.22-py3-none-any.whl", hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc"},
4285
  {file = "pycparser-2.22.tar.gz", hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6"},
 
6631
  {file = "wrapt-1.17.2.tar.gz", hash = "sha256:41388e9d4d1522446fe79d3213196bd9e3b301a336965b9e27ca2788ebd122f3"},
6632
  ]
6633
 
6634
+ [[package]]
6635
+ name = "xattr"
6636
+ version = "1.1.4"
6637
+ description = "Python wrapper for extended filesystem attributes"
6638
+ optional = false
6639
+ python-versions = ">=3.8"
6640
+ groups = ["main"]
6641
+ markers = "sys_platform == \"darwin\""
6642
+ files = [
6643
+ {file = "xattr-1.1.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:acb85b6249e9f3ea10cbb56df1021d43f4027212f0d004304bc9075dc7f54769"},
6644
+ {file = "xattr-1.1.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1a848ab125c0fafdc501ccd83b4c9018bba576a037a4ca5960a22f39e295552e"},
6645
+ {file = "xattr-1.1.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:467ee77471d26ae5187ee7081b82175b5ca56ead4b71467ec2e6119d1b08beed"},
6646
+ {file = "xattr-1.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0fd35f46cb0154f7033f9d5d0960f226857acb0d1e0d71fd7af18ed84663007c"},
6647
+ {file = "xattr-1.1.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7d956478e9bb98a1efd20ebc6e5703497c1d2d690d5a13c4df4abf59881eed50"},
6648
+ {file = "xattr-1.1.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3f25dfdcd974b700fb04a40e14a664a80227ee58e02ea062ac241f0d7dc54b4e"},
6649
+ {file = "xattr-1.1.4-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:33b63365c1fcbc80a79f601575bac0d6921732e0245b776876f3db3fcfefe22d"},
6650
+ {file = "xattr-1.1.4-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:544542be95c9b49e211f0a463758f200de88ba6d5a94d3c4f42855a484341acd"},
6651
+ {file = "xattr-1.1.4-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:ac14c9893f3ea046784b7702be30889b200d31adcd2e6781a8a190b6423f9f2d"},
6652
+ {file = "xattr-1.1.4-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:bb4bbe37ba95542081890dd34fa5347bef4651e276647adaa802d5d0d7d86452"},
6653
+ {file = "xattr-1.1.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3da489ecef798705f9a39ea8cea4ead0d1eeed55f92c345add89740bd930bab6"},
6654
+ {file = "xattr-1.1.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:798dd0cbe696635a6f74b06fc430818bf9c3b24314e1502eadf67027ab60c9b0"},
6655
+ {file = "xattr-1.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7b2b6361626efad5eb5a6bf8172c6c67339e09397ee8140ec41258737bea9681"},
6656
+ {file = "xattr-1.1.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6e7fa20a0c9ce022d19123b1c5b848d00a68b837251835a7929fe041ee81dcd0"},
6657
+ {file = "xattr-1.1.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6e20eeb08e2c57fc7e71f050b1cfae35cbb46105449853a582bf53fd23c5379e"},
6658
+ {file = "xattr-1.1.4-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:477370e75821bded901487e5e752cffe554d1bd3bd4839b627d4d1ee8c95a093"},
6659
+ {file = "xattr-1.1.4-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:a8682091cd34a9f4a93c8aaea4101aae99f1506e24da00a3cc3dd2eca9566f21"},
6660
+ {file = "xattr-1.1.4-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:2e079b3b1a274ba2121cf0da38bbe5c8d2fb1cc49ecbceb395ce20eb7d69556d"},
6661
+ {file = "xattr-1.1.4-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:ae6579dea05bf9f335a082f711d5924a98da563cac72a2d550f5b940c401c0e9"},
6662
+ {file = "xattr-1.1.4-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:cd6038ec9df2e67af23c212693751481d5f7e858156924f14340376c48ed9ac7"},
6663
+ {file = "xattr-1.1.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:608b2877526674eb15df4150ef4b70b7b292ae00e65aecaae2f192af224be200"},
6664
+ {file = "xattr-1.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c54dad1a6a998c6a23edfd25e99f4d38e9b942d54e518570044edf8c767687ea"},
6665
+ {file = "xattr-1.1.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c0dab6ff72bb2b508f3850c368f8e53bd706585012676e1f71debba3310acde8"},
6666
+ {file = "xattr-1.1.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7a3c54c6af7cf09432b2c461af257d5f4b1cb2d59eee045f91bacef44421a46d"},
6667
+ {file = "xattr-1.1.4-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:e346e05a158d554639fbf7a0db169dc693c2d2260c7acb3239448f1ff4a9d67f"},
6668
+ {file = "xattr-1.1.4-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:3ff6d9e2103d0d6e5fcd65b85a2005b66ea81c0720a37036445faadc5bbfa424"},
6669
+ {file = "xattr-1.1.4-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:7a2ee4563c6414dfec0d1ac610f59d39d5220531ae06373eeb1a06ee37cd193f"},
6670
+ {file = "xattr-1.1.4-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:878df1b38cfdadf3184ad8c7b0f516311128d5597b60ac0b3486948953658a83"},
6671
+ {file = "xattr-1.1.4-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:0c9b8350244a1c5454f93a8d572628ff71d7e2fc2f7480dcf4c4f0e8af3150fe"},
6672
+ {file = "xattr-1.1.4-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:a46bf48fb662b8bd745b78bef1074a1e08f41a531168de62b5d7bd331dadb11a"},
6673
+ {file = "xattr-1.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:83fc3c07b583777b1dda6355329f75ca6b7179fe0d1002f1afe0ef96f7e3b5de"},
6674
+ {file = "xattr-1.1.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6308b19cff71441513258699f0538394fad5d66e1d324635207a97cb076fd439"},
6675
+ {file = "xattr-1.1.4-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:48c00ddc15ddadc9c729cd9504dabf50adb3d9c28f647d4ac9a3df45a046b1a0"},
6676
+ {file = "xattr-1.1.4-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a06136196f26293758e1b244200b73156a0274af9a7349fa201c71c7af3bb9e8"},
6677
+ {file = "xattr-1.1.4-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:8fc2631a3c6cfcdc71f7f0f847461839963754e76a2015de71e7e71e3304abc0"},
6678
+ {file = "xattr-1.1.4-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:d6e1e835f9c938d129dd45e7eb52ebf7d2d6816323dab93ce311bf331f7d2328"},
6679
+ {file = "xattr-1.1.4-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:60dea2d369a6484e8b7136224fc2971e10e2c46340d83ab780924afe78c90066"},
6680
+ {file = "xattr-1.1.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:85c2b778b09d919523f80f244d799a142302582d76da18903dc693207c4020b0"},
6681
+ {file = "xattr-1.1.4-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:ee0abba9e1b890d39141714ff43e9666864ca635ea8a5a2194d989e6b17fe862"},
6682
+ {file = "xattr-1.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e4174ba7f51f46b95ea7918d907c91cd579575d59e6a2f22ca36a0551026737"},
6683
+ {file = "xattr-1.1.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b2b05e52e99d82d87528c54c2c5c8c5fb0ba435f85ac6545511aeea136e49925"},
6684
+ {file = "xattr-1.1.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3a3696fad746be37de34eb73c60ea67144162bd08106a5308a90ce9dea9a3287"},
6685
+ {file = "xattr-1.1.4-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:a3a7149439a26b68904c14fdc4587cde4ac7d80303e9ff0fefcfd893b698c976"},
6686
+ {file = "xattr-1.1.4-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:507b36a126ce900dbfa35d4e2c2db92570c933294cba5d161ecd6a89f7b52f43"},
6687
+ {file = "xattr-1.1.4-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:9392b417b54923e031041940d396b1d709df1d3779c6744454e1f1c1f4dad4f5"},
6688
+ {file = "xattr-1.1.4-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:e9f00315e6c02943893b77f544776b49c756ac76960bea7cb8d7e1b96aefc284"},
6689
+ {file = "xattr-1.1.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c8f98775065260140efb348b1ff8d50fd66ddcbf0c685b76eb1e87b380aaffb3"},
6690
+ {file = "xattr-1.1.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:b471c6a515f434a167ca16c5c15ff34ee42d11956baa749173a8a4e385ff23e7"},
6691
+ {file = "xattr-1.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ee0763a1b7ceb78ba2f78bee5f30d1551dc26daafcce4ac125115fa1def20519"},
6692
+ {file = "xattr-1.1.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:099e6e9ce7999b403d36d9cf943105a3d25d8233486b54ec9d1b78623b050433"},
6693
+ {file = "xattr-1.1.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d3e56faef9dde8d969f0d646fb6171883693f88ae39163ecd919ec707fbafa85"},
6694
+ {file = "xattr-1.1.4-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:328156d4e594c9ae63e1072503c168849e601a153ad37f0290743544332d6b6f"},
6695
+ {file = "xattr-1.1.4-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:a57a55a27c7864d6916344c9a91776afda6c3b8b2209f8a69b79cdba93fbe128"},
6696
+ {file = "xattr-1.1.4-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:3c19cdde08b040df1e99d2500bf8a9cff775ab0e6fa162bf8afe6d84aa93ed04"},
6697
+ {file = "xattr-1.1.4-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:7c72667f19d3a9acf324aed97f58861d398d87e42314731e7c6ab3ac7850c971"},
6698
+ {file = "xattr-1.1.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:67ae934d75ea2563fc48a27c5945749575c74a6de19fdd38390917ddcb0e4f24"},
6699
+ {file = "xattr-1.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2a1b0c348dd8523554dc535540d2046c0c8a535bb086561d8359f3667967b6ca"},
6700
+ {file = "xattr-1.1.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:22284255d2a8e8f3da195bd8e8d43ce674dbc7c38d38cb6ecfb37fae7755d31f"},
6701
+ {file = "xattr-1.1.4-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b38aac5ef4381c26d3ce147ca98fba5a78b1e5bcd6be6755b4908659f2705c6d"},
6702
+ {file = "xattr-1.1.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:803f864af528f6f763a5be1e7b1ccab418e55ae0e4abc8bda961d162f850c991"},
6703
+ {file = "xattr-1.1.4-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:40354ebfb5cecd60a5fbb9833a8a452d147486b0ffec547823658556625d98b5"},
6704
+ {file = "xattr-1.1.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2abaf5d06be3361bfa8e0db2ee123ba8e92beab5bceed5e9d7847f2145a32e04"},
6705
+ {file = "xattr-1.1.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3e638e5ffedc3565242b5fa3296899d35161bad771f88d66277b58f03a1ba9fe"},
6706
+ {file = "xattr-1.1.4-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0597e919d116ec39997804288d77bec3777228368efc0f2294b84a527fc4f9c2"},
6707
+ {file = "xattr-1.1.4-pp39-pypy39_pp73-macosx_10_15_x86_64.whl", hash = "sha256:3cee9455c501d19f065527afda974418b3ef7c61e85d9519d122cd6eb3cb7a00"},
6708
+ {file = "xattr-1.1.4-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:89ed62ce430f5789e15cfc1ccabc172fd8b349c3a17c52d9e6c64ecedf08c265"},
6709
+ {file = "xattr-1.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e25b824f4b9259cd8bb6e83c4873cf8bf080f6e4fa034a02fe778e07aba8d345"},
6710
+ {file = "xattr-1.1.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8fba66faa0016dfc0af3dd7ac5782b5786a1dfb851f9f3455e266f94c2a05a04"},
6711
+ {file = "xattr-1.1.4-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4ec4b0c3e0a7bcd103f3cf31dd40c349940b2d4223ce43d384a3548992138ef1"},
6712
+ {file = "xattr-1.1.4.tar.gz", hash = "sha256:b7b02ecb2270da5b7e7deaeea8f8b528c17368401c2b9d5f63e91f545b45d372"},
6713
+ ]
6714
+
6715
+ [package.dependencies]
6716
+ cffi = ">=1.16.0"
6717
+
6718
+ [package.extras]
6719
+ test = ["pytest"]
6720
+
6721
  [[package]]
6722
  name = "xxhash"
6723
  version = "3.5.0"
 
7095
 
7096
  [metadata]
7097
  lock-version = "2.1"
7098
+ python-versions = ">=3.12,<4.0"
7099
+ content-hash = "48edf284035ae53e3b78dd39c642722925085385144ab7d82385776be62cedf8"
pyproject.toml CHANGED
@@ -198,6 +198,7 @@ dependencies = [
198
  "streamlit-elements (>=0.1.0,<0.2.0)",
199
  "streamlit-extras (>=0.6.0,<0.7.0)",
200
  "torchaudio (>=2.6.0,<3.0.0)",
 
201
  ]
202
 
203
 
 
198
  "streamlit-elements (>=0.1.0,<0.2.0)",
199
  "streamlit-extras (>=0.6.0,<0.7.0)",
200
  "torchaudio (>=2.6.0,<3.0.0)",
201
+ "poetry-plugin-export (>=1.9.0,<2.0.0)",
202
  ]
203
 
204