alperiox commited on
Commit
c9dc7f3
1 Parent(s): 35fcc70

removed ultralytics, supervision, and pillow

Browse files
Files changed (2) hide show
  1. poetry.lock +1 -512
  2. pyproject.toml +0 -3
poetry.lock CHANGED
@@ -1164,20 +1164,6 @@ files = [
1164
  {file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"},
1165
  ]
1166
 
1167
- [[package]]
1168
- name = "intel-openmp"
1169
- version = "2021.4.0"
1170
- description = "Intel OpenMP* Runtime Library"
1171
- optional = false
1172
- python-versions = "*"
1173
- files = [
1174
- {file = "intel_openmp-2021.4.0-py2.py3-none-macosx_10_15_x86_64.macosx_11_0_x86_64.whl", hash = "sha256:41c01e266a7fdb631a7609191709322da2bbf24b252ba763f125dd651bcc7675"},
1175
- {file = "intel_openmp-2021.4.0-py2.py3-none-manylinux1_i686.whl", hash = "sha256:3b921236a38384e2016f0f3d65af6732cf2c12918087128a9163225451e776f2"},
1176
- {file = "intel_openmp-2021.4.0-py2.py3-none-manylinux1_x86_64.whl", hash = "sha256:e2240ab8d01472fed04f3544a878cda5da16c26232b7ea1b59132dbfb48b186e"},
1177
- {file = "intel_openmp-2021.4.0-py2.py3-none-win32.whl", hash = "sha256:6e863d8fd3d7e8ef389d52cf97a50fe2afe1a19247e8c0d168ce021546f96fc9"},
1178
- {file = "intel_openmp-2021.4.0-py2.py3-none-win_amd64.whl", hash = "sha256:eef4c8bcc8acefd7f5cd3b9384dbf73d59e2c99fc56545712ded913f43c4a94f"},
1179
- ]
1180
-
1181
  [[package]]
1182
  name = "ipykernel"
1183
  version = "6.29.5"
@@ -1938,24 +1924,6 @@ files = [
1938
  {file = "mistune-3.0.2.tar.gz", hash = "sha256:fc7f93ded930c92394ef2cb6f04a8aabab4117a91449e72dcc8dfa646a508be8"},
1939
  ]
1940
 
1941
- [[package]]
1942
- name = "mkl"
1943
- version = "2021.4.0"
1944
- description = "Intel® oneAPI Math Kernel Library"
1945
- optional = false
1946
- python-versions = "*"
1947
- files = [
1948
- {file = "mkl-2021.4.0-py2.py3-none-macosx_10_15_x86_64.macosx_11_0_x86_64.whl", hash = "sha256:67460f5cd7e30e405b54d70d1ed3ca78118370b65f7327d495e9c8847705e2fb"},
1949
- {file = "mkl-2021.4.0-py2.py3-none-manylinux1_i686.whl", hash = "sha256:636d07d90e68ccc9630c654d47ce9fdeb036bb46e2b193b3a9ac8cfea683cce5"},
1950
- {file = "mkl-2021.4.0-py2.py3-none-manylinux1_x86_64.whl", hash = "sha256:398dbf2b0d12acaf54117a5210e8f191827f373d362d796091d161f610c1ebfb"},
1951
- {file = "mkl-2021.4.0-py2.py3-none-win32.whl", hash = "sha256:439c640b269a5668134e3dcbcea4350459c4a8bc46469669b2d67e07e3d330e8"},
1952
- {file = "mkl-2021.4.0-py2.py3-none-win_amd64.whl", hash = "sha256:ceef3cafce4c009dd25f65d7ad0d833a0fbadc3d8903991ec92351fe5de1e718"},
1953
- ]
1954
-
1955
- [package.dependencies]
1956
- intel-openmp = "==2021.*"
1957
- tbb = "==2021.*"
1958
-
1959
  [[package]]
1960
  name = "mpmath"
1961
  version = "1.3.0"
@@ -2064,24 +2032,6 @@ files = [
2064
  {file = "nest_asyncio-1.6.0.tar.gz", hash = "sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe"},
2065
  ]
2066
 
2067
- [[package]]
2068
- name = "networkx"
2069
- version = "3.3"
2070
- description = "Python package for creating and manipulating graphs and networks"
2071
- optional = false
2072
- python-versions = ">=3.10"
2073
- files = [
2074
- {file = "networkx-3.3-py3-none-any.whl", hash = "sha256:28575580c6ebdaf4505b22c6256a2b9de86b316dc63ba9e93abde3d78dfdbcf2"},
2075
- {file = "networkx-3.3.tar.gz", hash = "sha256:0c127d8b2f4865f59ae9cb8aafcd60b5c70f3241ebd66f7defad7c4ab90126c9"},
2076
- ]
2077
-
2078
- [package.extras]
2079
- default = ["matplotlib (>=3.6)", "numpy (>=1.23)", "pandas (>=1.4)", "scipy (>=1.9,!=1.11.0,!=1.11.1)"]
2080
- developer = ["changelist (==0.5)", "mypy (>=1.1)", "pre-commit (>=3.2)", "rtoml"]
2081
- doc = ["myst-nb (>=1.0)", "numpydoc (>=1.7)", "pillow (>=9.4)", "pydata-sphinx-theme (>=0.14)", "sphinx (>=7)", "sphinx-gallery (>=0.14)", "texext (>=0.6.7)"]
2082
- extra = ["lxml (>=4.6)", "pydot (>=2.0)", "pygraphviz (>=1.12)", "sympy (>=1.10)"]
2083
- test = ["pytest (>=7.2)", "pytest-cov (>=4.0)"]
2084
-
2085
  [[package]]
2086
  name = "nodeenv"
2087
  version = "1.9.1"
@@ -2178,148 +2128,6 @@ files = [
2178
  {file = "numpy-1.26.4.tar.gz", hash = "sha256:2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010"},
2179
  ]
2180
 
2181
- [[package]]
2182
- name = "nvidia-cublas-cu12"
2183
- version = "12.1.3.1"
2184
- description = "CUBLAS native runtime libraries"
2185
- optional = false
2186
- python-versions = ">=3"
2187
- files = [
2188
- {file = "nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl", hash = "sha256:ee53ccca76a6fc08fb9701aa95b6ceb242cdaab118c3bb152af4e579af792728"},
2189
- {file = "nvidia_cublas_cu12-12.1.3.1-py3-none-win_amd64.whl", hash = "sha256:2b964d60e8cf11b5e1073d179d85fa340c120e99b3067558f3cf98dd69d02906"},
2190
- ]
2191
-
2192
- [[package]]
2193
- name = "nvidia-cuda-cupti-cu12"
2194
- version = "12.1.105"
2195
- description = "CUDA profiling tools runtime libs."
2196
- optional = false
2197
- python-versions = ">=3"
2198
- files = [
2199
- {file = "nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl", hash = "sha256:e54fde3983165c624cb79254ae9818a456eb6e87a7fd4d56a2352c24ee542d7e"},
2200
- {file = "nvidia_cuda_cupti_cu12-12.1.105-py3-none-win_amd64.whl", hash = "sha256:bea8236d13a0ac7190bd2919c3e8e6ce1e402104276e6f9694479e48bb0eb2a4"},
2201
- ]
2202
-
2203
- [[package]]
2204
- name = "nvidia-cuda-nvrtc-cu12"
2205
- version = "12.1.105"
2206
- description = "NVRTC native runtime libraries"
2207
- optional = false
2208
- python-versions = ">=3"
2209
- files = [
2210
- {file = "nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl", hash = "sha256:339b385f50c309763ca65456ec75e17bbefcbbf2893f462cb8b90584cd27a1c2"},
2211
- {file = "nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-win_amd64.whl", hash = "sha256:0a98a522d9ff138b96c010a65e145dc1b4850e9ecb75a0172371793752fd46ed"},
2212
- ]
2213
-
2214
- [[package]]
2215
- name = "nvidia-cuda-runtime-cu12"
2216
- version = "12.1.105"
2217
- description = "CUDA Runtime native Libraries"
2218
- optional = false
2219
- python-versions = ">=3"
2220
- files = [
2221
- {file = "nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl", hash = "sha256:6e258468ddf5796e25f1dc591a31029fa317d97a0a94ed93468fc86301d61e40"},
2222
- {file = "nvidia_cuda_runtime_cu12-12.1.105-py3-none-win_amd64.whl", hash = "sha256:dfb46ef84d73fababab44cf03e3b83f80700d27ca300e537f85f636fac474344"},
2223
- ]
2224
-
2225
- [[package]]
2226
- name = "nvidia-cudnn-cu12"
2227
- version = "8.9.2.26"
2228
- description = "cuDNN runtime libraries"
2229
- optional = false
2230
- python-versions = ">=3"
2231
- files = [
2232
- {file = "nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl", hash = "sha256:5ccb288774fdfb07a7e7025ffec286971c06d8d7b4fb162525334616d7629ff9"},
2233
- ]
2234
-
2235
- [package.dependencies]
2236
- nvidia-cublas-cu12 = "*"
2237
-
2238
- [[package]]
2239
- name = "nvidia-cufft-cu12"
2240
- version = "11.0.2.54"
2241
- description = "CUFFT native runtime libraries"
2242
- optional = false
2243
- python-versions = ">=3"
2244
- files = [
2245
- {file = "nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl", hash = "sha256:794e3948a1aa71fd817c3775866943936774d1c14e7628c74f6f7417224cdf56"},
2246
- {file = "nvidia_cufft_cu12-11.0.2.54-py3-none-win_amd64.whl", hash = "sha256:d9ac353f78ff89951da4af698f80870b1534ed69993f10a4cf1d96f21357e253"},
2247
- ]
2248
-
2249
- [[package]]
2250
- name = "nvidia-curand-cu12"
2251
- version = "10.3.2.106"
2252
- description = "CURAND native runtime libraries"
2253
- optional = false
2254
- python-versions = ">=3"
2255
- files = [
2256
- {file = "nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl", hash = "sha256:9d264c5036dde4e64f1de8c50ae753237c12e0b1348738169cd0f8a536c0e1e0"},
2257
- {file = "nvidia_curand_cu12-10.3.2.106-py3-none-win_amd64.whl", hash = "sha256:75b6b0c574c0037839121317e17fd01f8a69fd2ef8e25853d826fec30bdba74a"},
2258
- ]
2259
-
2260
- [[package]]
2261
- name = "nvidia-cusolver-cu12"
2262
- version = "11.4.5.107"
2263
- description = "CUDA solver native runtime libraries"
2264
- optional = false
2265
- python-versions = ">=3"
2266
- files = [
2267
- {file = "nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl", hash = "sha256:8a7ec542f0412294b15072fa7dab71d31334014a69f953004ea7a118206fe0dd"},
2268
- {file = "nvidia_cusolver_cu12-11.4.5.107-py3-none-win_amd64.whl", hash = "sha256:74e0c3a24c78612192a74fcd90dd117f1cf21dea4822e66d89e8ea80e3cd2da5"},
2269
- ]
2270
-
2271
- [package.dependencies]
2272
- nvidia-cublas-cu12 = "*"
2273
- nvidia-cusparse-cu12 = "*"
2274
- nvidia-nvjitlink-cu12 = "*"
2275
-
2276
- [[package]]
2277
- name = "nvidia-cusparse-cu12"
2278
- version = "12.1.0.106"
2279
- description = "CUSPARSE native runtime libraries"
2280
- optional = false
2281
- python-versions = ">=3"
2282
- files = [
2283
- {file = "nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl", hash = "sha256:f3b50f42cf363f86ab21f720998517a659a48131e8d538dc02f8768237bd884c"},
2284
- {file = "nvidia_cusparse_cu12-12.1.0.106-py3-none-win_amd64.whl", hash = "sha256:b798237e81b9719373e8fae8d4f091b70a0cf09d9d85c95a557e11df2d8e9a5a"},
2285
- ]
2286
-
2287
- [package.dependencies]
2288
- nvidia-nvjitlink-cu12 = "*"
2289
-
2290
- [[package]]
2291
- name = "nvidia-nccl-cu12"
2292
- version = "2.20.5"
2293
- description = "NVIDIA Collective Communication Library (NCCL) Runtime"
2294
- optional = false
2295
- python-versions = ">=3"
2296
- files = [
2297
- {file = "nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_aarch64.whl", hash = "sha256:1fc150d5c3250b170b29410ba682384b14581db722b2531b0d8d33c595f33d01"},
2298
- {file = "nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl", hash = "sha256:057f6bf9685f75215d0c53bf3ac4a10b3e6578351de307abad9e18a99182af56"},
2299
- ]
2300
-
2301
- [[package]]
2302
- name = "nvidia-nvjitlink-cu12"
2303
- version = "12.5.82"
2304
- description = "Nvidia JIT LTO Library"
2305
- optional = false
2306
- python-versions = ">=3"
2307
- files = [
2308
- {file = "nvidia_nvjitlink_cu12-12.5.82-py3-none-manylinux2014_x86_64.whl", hash = "sha256:f9b37bc5c8cf7509665cb6ada5aaa0ce65618f2332b7d3e78e9790511f111212"},
2309
- {file = "nvidia_nvjitlink_cu12-12.5.82-py3-none-win_amd64.whl", hash = "sha256:e782564d705ff0bf61ac3e1bf730166da66dd2fe9012f111ede5fc49b64ae697"},
2310
- ]
2311
-
2312
- [[package]]
2313
- name = "nvidia-nvtx-cu12"
2314
- version = "12.1.105"
2315
- description = "NVIDIA Tools Extension"
2316
- optional = false
2317
- python-versions = ">=3"
2318
- files = [
2319
- {file = "nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl", hash = "sha256:dc21cf308ca5691e7c04d962e213f8a4aa9bbfa23d95412f452254c2caeb09e5"},
2320
- {file = "nvidia_nvtx_cu12-12.1.105-py3-none-win_amd64.whl", hash = "sha256:65f4d98982b31b60026e0e6de73fbdfc09d08a96f4656dd3665ca616a11e1e82"},
2321
- ]
2322
-
2323
  [[package]]
2324
  name = "onnx"
2325
  version = "1.16.1"
@@ -2426,50 +2234,6 @@ numpy = [
2426
  {version = ">=1.23.5", markers = "python_version >= \"3.11\" and python_version < \"3.12\""},
2427
  ]
2428
 
2429
- [[package]]
2430
- name = "opencv-python"
2431
- version = "4.10.0.84"
2432
- description = "Wrapper package for OpenCV python bindings."
2433
- optional = false
2434
- python-versions = ">=3.6"
2435
- files = [
2436
- {file = "opencv-python-4.10.0.84.tar.gz", hash = "sha256:72d234e4582e9658ffea8e9cae5b63d488ad06994ef12d81dc303b17472f3526"},
2437
- {file = "opencv_python-4.10.0.84-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:fc182f8f4cda51b45f01c64e4cbedfc2f00aff799debebc305d8d0210c43f251"},
2438
- {file = "opencv_python-4.10.0.84-cp37-abi3-macosx_12_0_x86_64.whl", hash = "sha256:71e575744f1d23f79741450254660442785f45a0797212852ee5199ef12eed98"},
2439
- {file = "opencv_python-4.10.0.84-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:09a332b50488e2dda866a6c5573ee192fe3583239fb26ff2f7f9ceb0bc119ea6"},
2440
- {file = "opencv_python-4.10.0.84-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9ace140fc6d647fbe1c692bcb2abce768973491222c067c131d80957c595b71f"},
2441
- {file = "opencv_python-4.10.0.84-cp37-abi3-win32.whl", hash = "sha256:2db02bb7e50b703f0a2d50c50ced72e95c574e1e5a0bb35a8a86d0b35c98c236"},
2442
- {file = "opencv_python-4.10.0.84-cp37-abi3-win_amd64.whl", hash = "sha256:32dbbd94c26f611dc5cc6979e6b7aa1f55a64d6b463cc1dcd3c95505a63e48fe"},
2443
- ]
2444
-
2445
- [package.dependencies]
2446
- numpy = [
2447
- {version = ">=1.26.0", markers = "python_version >= \"3.12\""},
2448
- {version = ">=1.23.5", markers = "python_version >= \"3.11\" and python_version < \"3.12\""},
2449
- ]
2450
-
2451
- [[package]]
2452
- name = "opencv-python-headless"
2453
- version = "4.10.0.84"
2454
- description = "Wrapper package for OpenCV python bindings."
2455
- optional = false
2456
- python-versions = ">=3.6"
2457
- files = [
2458
- {file = "opencv-python-headless-4.10.0.84.tar.gz", hash = "sha256:f2017c6101d7c2ef8d7bc3b414c37ff7f54d64413a1847d89970b6b7069b4e1a"},
2459
- {file = "opencv_python_headless-4.10.0.84-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:a4f4bcb07d8f8a7704d9c8564c224c8b064c63f430e95b61ac0bffaa374d330e"},
2460
- {file = "opencv_python_headless-4.10.0.84-cp37-abi3-macosx_12_0_x86_64.whl", hash = "sha256:5ae454ebac0eb0a0b932e3406370aaf4212e6a3fdb5038cc86c7aea15a6851da"},
2461
- {file = "opencv_python_headless-4.10.0.84-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:46071015ff9ab40fccd8a163da0ee14ce9846349f06c6c8c0f2870856ffa45db"},
2462
- {file = "opencv_python_headless-4.10.0.84-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:377d08a7e48a1405b5e84afcbe4798464ce7ee17081c1c23619c8b398ff18295"},
2463
- {file = "opencv_python_headless-4.10.0.84-cp37-abi3-win32.whl", hash = "sha256:9092404b65458ed87ce932f613ffbb1106ed2c843577501e5768912360fc50ec"},
2464
- {file = "opencv_python_headless-4.10.0.84-cp37-abi3-win_amd64.whl", hash = "sha256:afcf28bd1209dd58810d33defb622b325d3cbe49dcd7a43a902982c33e5fad05"},
2465
- ]
2466
-
2467
- [package.dependencies]
2468
- numpy = [
2469
- {version = ">=1.26.0", markers = "python_version >= \"3.12\""},
2470
- {version = ">=1.23.5", markers = "python_version >= \"3.11\" and python_version < \"3.12\""},
2471
- ]
2472
-
2473
  [[package]]
2474
  name = "orjson"
2475
  version = "3.10.5"
@@ -2907,17 +2671,6 @@ files = [
2907
  [package.extras]
2908
  tests = ["pytest"]
2909
 
2910
- [[package]]
2911
- name = "py-cpuinfo"
2912
- version = "9.0.0"
2913
- description = "Get CPU info with pure Python"
2914
- optional = false
2915
- python-versions = "*"
2916
- files = [
2917
- {file = "py-cpuinfo-9.0.0.tar.gz", hash = "sha256:3cdbbf3fac90dc6f118bfd64384f309edeadd902d7c8fb17f02ffa1fc3f49690"},
2918
- {file = "py_cpuinfo-9.0.0-py3-none-any.whl", hash = "sha256:859625bc251f64e21f077d099d4162689c762b5d6a4c3c97553d56241c9674d5"},
2919
- ]
2920
-
2921
  [[package]]
2922
  name = "pycparser"
2923
  version = "2.22"
@@ -3639,69 +3392,6 @@ files = [
3639
  {file = "ruff-0.5.0.tar.gz", hash = "sha256:eb641b5873492cf9bd45bc9c5ae5320648218e04386a5f0c264ad6ccce8226a1"},
3640
  ]
3641
 
3642
- [[package]]
3643
- name = "scipy"
3644
- version = "1.14.0"
3645
- description = "Fundamental algorithms for scientific computing in Python"
3646
- optional = false
3647
- python-versions = ">=3.10"
3648
- files = [
3649
- {file = "scipy-1.14.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:7e911933d54ead4d557c02402710c2396529540b81dd554fc1ba270eb7308484"},
3650
- {file = "scipy-1.14.0-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:687af0a35462402dd851726295c1a5ae5f987bd6e9026f52e9505994e2f84ef6"},
3651
- {file = "scipy-1.14.0-cp310-cp310-macosx_14_0_arm64.whl", hash = "sha256:07e179dc0205a50721022344fb85074f772eadbda1e1b3eecdc483f8033709b7"},
3652
- {file = "scipy-1.14.0-cp310-cp310-macosx_14_0_x86_64.whl", hash = "sha256:6a9c9a9b226d9a21e0a208bdb024c3982932e43811b62d202aaf1bb59af264b1"},
3653
- {file = "scipy-1.14.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:076c27284c768b84a45dcf2e914d4000aac537da74236a0d45d82c6fa4b7b3c0"},
3654
- {file = "scipy-1.14.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:42470ea0195336df319741e230626b6225a740fd9dce9642ca13e98f667047c0"},
3655
- {file = "scipy-1.14.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:176c6f0d0470a32f1b2efaf40c3d37a24876cebf447498a4cefb947a79c21e9d"},
3656
- {file = "scipy-1.14.0-cp310-cp310-win_amd64.whl", hash = "sha256:ad36af9626d27a4326c8e884917b7ec321d8a1841cd6dacc67d2a9e90c2f0359"},
3657
- {file = "scipy-1.14.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6d056a8709ccda6cf36cdd2eac597d13bc03dba38360f418560a93050c76a16e"},
3658
- {file = "scipy-1.14.0-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:f0a50da861a7ec4573b7c716b2ebdcdf142b66b756a0d392c236ae568b3a93fb"},
3659
- {file = "scipy-1.14.0-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:94c164a9e2498e68308e6e148646e486d979f7fcdb8b4cf34b5441894bdb9caf"},
3660
- {file = "scipy-1.14.0-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:a7d46c3e0aea5c064e734c3eac5cf9eb1f8c4ceee756262f2c7327c4c2691c86"},
3661
- {file = "scipy-1.14.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9eee2989868e274aae26125345584254d97c56194c072ed96cb433f32f692ed8"},
3662
- {file = "scipy-1.14.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9e3154691b9f7ed73778d746da2df67a19d046a6c8087c8b385bc4cdb2cfca74"},
3663
- {file = "scipy-1.14.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:c40003d880f39c11c1edbae8144e3813904b10514cd3d3d00c277ae996488cdb"},
3664
- {file = "scipy-1.14.0-cp311-cp311-win_amd64.whl", hash = "sha256:5b083c8940028bb7e0b4172acafda6df762da1927b9091f9611b0bcd8676f2bc"},
3665
- {file = "scipy-1.14.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:bff2438ea1330e06e53c424893ec0072640dac00f29c6a43a575cbae4c99b2b9"},
3666
- {file = "scipy-1.14.0-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:bbc0471b5f22c11c389075d091d3885693fd3f5e9a54ce051b46308bc787e5d4"},
3667
- {file = "scipy-1.14.0-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:64b2ff514a98cf2bb734a9f90d32dc89dc6ad4a4a36a312cd0d6327170339eb0"},
3668
- {file = "scipy-1.14.0-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:7d3da42fbbbb860211a811782504f38ae7aaec9de8764a9bef6b262de7a2b50f"},
3669
- {file = "scipy-1.14.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d91db2c41dd6c20646af280355d41dfa1ec7eead235642178bd57635a3f82209"},
3670
- {file = "scipy-1.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a01cc03bcdc777c9da3cfdcc74b5a75caffb48a6c39c8450a9a05f82c4250a14"},
3671
- {file = "scipy-1.14.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:65df4da3c12a2bb9ad52b86b4dcf46813e869afb006e58be0f516bc370165159"},
3672
- {file = "scipy-1.14.0-cp312-cp312-win_amd64.whl", hash = "sha256:4c4161597c75043f7154238ef419c29a64ac4a7c889d588ea77690ac4d0d9b20"},
3673
- {file = "scipy-1.14.0.tar.gz", hash = "sha256:b5923f48cb840380f9854339176ef21763118a7300a88203ccd0bdd26e58527b"},
3674
- ]
3675
-
3676
- [package.dependencies]
3677
- numpy = ">=1.23.5,<2.3"
3678
-
3679
- [package.extras]
3680
- dev = ["cython-lint (>=0.12.2)", "doit (>=0.36.0)", "mypy (==1.10.0)", "pycodestyle", "pydevtool", "rich-click", "ruff (>=0.0.292)", "types-psutil", "typing_extensions"]
3681
- doc = ["jupyterlite-pyodide-kernel", "jupyterlite-sphinx (>=0.13.1)", "jupytext", "matplotlib (>=3.5)", "myst-nb", "numpydoc", "pooch", "pydata-sphinx-theme (>=0.15.2)", "sphinx (>=5.0.0)", "sphinx-design (>=0.4.0)"]
3682
- test = ["Cython", "array-api-strict", "asv", "gmpy2", "hypothesis (>=6.30)", "meson", "mpmath", "ninja", "pooch", "pytest", "pytest-cov", "pytest-timeout", "pytest-xdist", "scikit-umfpack", "threadpoolctl"]
3683
-
3684
- [[package]]
3685
- name = "seaborn"
3686
- version = "0.13.2"
3687
- description = "Statistical data visualization"
3688
- optional = false
3689
- python-versions = ">=3.8"
3690
- files = [
3691
- {file = "seaborn-0.13.2-py3-none-any.whl", hash = "sha256:636f8336facf092165e27924f223d3c62ca560b1f2bb5dff7ab7fad265361987"},
3692
- {file = "seaborn-0.13.2.tar.gz", hash = "sha256:93e60a40988f4d65e9f4885df477e2fdaff6b73a9ded434c1ab356dd57eefff7"},
3693
- ]
3694
-
3695
- [package.dependencies]
3696
- matplotlib = ">=3.4,<3.6.1 || >3.6.1"
3697
- numpy = ">=1.20,<1.24.0 || >1.24.0"
3698
- pandas = ">=1.2"
3699
-
3700
- [package.extras]
3701
- dev = ["flake8", "flit", "mypy", "pandas-stubs", "pre-commit", "pytest", "pytest-cov", "pytest-xdist"]
3702
- docs = ["ipykernel", "nbconvert", "numpydoc", "pydata_sphinx_theme (==0.10.0rc2)", "pyyaml", "sphinx (<6.0.0)", "sphinx-copybutton", "sphinx-design", "sphinx-issues"]
3703
- stats = ["scipy (>=1.7)", "statsmodels (>=0.12)"]
3704
-
3705
  [[package]]
3706
  name = "semantic-version"
3707
  version = "2.10.0"
@@ -3828,30 +3518,6 @@ anyio = ">=3.4.0,<5"
3828
  [package.extras]
3829
  full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7)", "pyyaml"]
3830
 
3831
- [[package]]
3832
- name = "supervision"
3833
- version = "0.21.0"
3834
- description = "A set of easy-to-use utils that will come in handy in any Computer Vision project"
3835
- optional = false
3836
- python-versions = "<4.0,>=3.8"
3837
- files = [
3838
- {file = "supervision-0.21.0-py3-none-any.whl", hash = "sha256:26ccbdb10e007c0582a4179853fe00faff1ce079834b6fc7d1271be507360a93"},
3839
- {file = "supervision-0.21.0.tar.gz", hash = "sha256:265d8b6f23c750a454caa1d98f75dc918c30ab9d248a63daa4251792e8d9e5e9"},
3840
- ]
3841
-
3842
- [package.dependencies]
3843
- defusedxml = ">=0.7.1,<0.8.0"
3844
- matplotlib = ">=3.6.0"
3845
- numpy = ">=1.21.2"
3846
- opencv-python-headless = ">=4.5.5.64"
3847
- pillow = ">=9.4"
3848
- pyyaml = ">=5.3"
3849
- scipy = {version = ">=1.10.0,<2.0.0", markers = "python_version >= \"3.9\""}
3850
-
3851
- [package.extras]
3852
- assets = ["requests (>=2.26.0,<=2.32.3)", "tqdm (>=4.62.3,<=4.66.4)"]
3853
- desktop = ["opencv-python (>=4.5.5.64)"]
3854
-
3855
  [[package]]
3856
  name = "sympy"
3857
  version = "1.12.1"
@@ -3866,19 +3532,6 @@ files = [
3866
  [package.dependencies]
3867
  mpmath = ">=1.1.0,<1.4.0"
3868
 
3869
- [[package]]
3870
- name = "tbb"
3871
- version = "2021.13.0"
3872
- description = "Intel® oneAPI Threading Building Blocks (oneTBB)"
3873
- optional = false
3874
- python-versions = "*"
3875
- files = [
3876
- {file = "tbb-2021.13.0-py2.py3-none-manylinux1_i686.whl", hash = "sha256:a2567725329639519d46d92a2634cf61e76601dac2f777a05686fea546c4fe4f"},
3877
- {file = "tbb-2021.13.0-py2.py3-none-manylinux1_x86_64.whl", hash = "sha256:aaf667e92849adb012b8874d6393282afc318aca4407fc62f912ee30a22da46a"},
3878
- {file = "tbb-2021.13.0-py3-none-win32.whl", hash = "sha256:6669d26703e9943f6164c6407bd4a237a45007e79b8d3832fe6999576eaaa9ef"},
3879
- {file = "tbb-2021.13.0-py3-none-win_amd64.whl", hash = "sha256:3528a53e4bbe64b07a6112b4c5a00ff3c61924ee46c9c68e004a1ac7ad1f09c3"},
3880
- ]
3881
-
3882
  [[package]]
3883
  name = "terminado"
3884
  version = "0.18.1"
@@ -3940,97 +3593,6 @@ files = [
3940
  {file = "toolz-0.12.1.tar.gz", hash = "sha256:ecca342664893f177a13dac0e6b41cbd8ac25a358e5f215316d43e2100224f4d"},
3941
  ]
3942
 
3943
- [[package]]
3944
- name = "torch"
3945
- version = "2.3.1"
3946
- description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration"
3947
- optional = false
3948
- python-versions = ">=3.8.0"
3949
- files = [
3950
- {file = "torch-2.3.1-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:605a25b23944be5ab7c3467e843580e1d888b8066e5aaf17ff7bf9cc30001cc3"},
3951
- {file = "torch-2.3.1-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:f2357eb0965583a0954d6f9ad005bba0091f956aef879822274b1bcdb11bd308"},
3952
- {file = "torch-2.3.1-cp310-cp310-win_amd64.whl", hash = "sha256:32b05fe0d1ada7f69c9f86c14ff69b0ef1957a5a54199bacba63d22d8fab720b"},
3953
- {file = "torch-2.3.1-cp310-none-macosx_11_0_arm64.whl", hash = "sha256:7c09a94362778428484bcf995f6004b04952106aee0ef45ff0b4bab484f5498d"},
3954
- {file = "torch-2.3.1-cp311-cp311-manylinux1_x86_64.whl", hash = "sha256:b2ec81b61bb094ea4a9dee1cd3f7b76a44555375719ad29f05c0ca8ef596ad39"},
3955
- {file = "torch-2.3.1-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:490cc3d917d1fe0bd027057dfe9941dc1d6d8e3cae76140f5dd9a7e5bc7130ab"},
3956
- {file = "torch-2.3.1-cp311-cp311-win_amd64.whl", hash = "sha256:5802530783bd465fe66c2df99123c9a54be06da118fbd785a25ab0a88123758a"},
3957
- {file = "torch-2.3.1-cp311-none-macosx_11_0_arm64.whl", hash = "sha256:a7dd4ed388ad1f3d502bf09453d5fe596c7b121de7e0cfaca1e2017782e9bbac"},
3958
- {file = "torch-2.3.1-cp312-cp312-manylinux1_x86_64.whl", hash = "sha256:a486c0b1976a118805fc7c9641d02df7afbb0c21e6b555d3bb985c9f9601b61a"},
3959
- {file = "torch-2.3.1-cp312-cp312-manylinux2014_aarch64.whl", hash = "sha256:224259821fe3e4c6f7edf1528e4fe4ac779c77addaa74215eb0b63a5c474d66c"},
3960
- {file = "torch-2.3.1-cp312-cp312-win_amd64.whl", hash = "sha256:e5fdccbf6f1334b2203a61a0e03821d5845f1421defe311dabeae2fc8fbeac2d"},
3961
- {file = "torch-2.3.1-cp312-none-macosx_11_0_arm64.whl", hash = "sha256:3c333dc2ebc189561514eda06e81df22bf8fb64e2384746b2cb9f04f96d1d4c8"},
3962
- {file = "torch-2.3.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:07e9ba746832b8d069cacb45f312cadd8ad02b81ea527ec9766c0e7404bb3feb"},
3963
- {file = "torch-2.3.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:462d1c07dbf6bb5d9d2f3316fee73a24f3d12cd8dacf681ad46ef6418f7f6626"},
3964
- {file = "torch-2.3.1-cp38-cp38-win_amd64.whl", hash = "sha256:ff60bf7ce3de1d43ad3f6969983f321a31f0a45df3690921720bcad6a8596cc4"},
3965
- {file = "torch-2.3.1-cp38-none-macosx_11_0_arm64.whl", hash = "sha256:bee0bd33dc58aa8fc8a7527876e9b9a0e812ad08122054a5bff2ce5abf005b10"},
3966
- {file = "torch-2.3.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:aaa872abde9a3d4f91580f6396d54888620f4a0b92e3976a6034759df4b961ad"},
3967
- {file = "torch-2.3.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:3d7a7f7ef21a7520510553dc3938b0c57c116a7daee20736a9e25cbc0e832bdc"},
3968
- {file = "torch-2.3.1-cp39-cp39-win_amd64.whl", hash = "sha256:4777f6cefa0c2b5fa87223c213e7b6f417cf254a45e5829be4ccd1b2a4ee1011"},
3969
- {file = "torch-2.3.1-cp39-none-macosx_11_0_arm64.whl", hash = "sha256:2bb5af780c55be68fe100feb0528d2edebace1d55cb2e351de735809ba7391eb"},
3970
- ]
3971
-
3972
- [package.dependencies]
3973
- filelock = "*"
3974
- fsspec = "*"
3975
- jinja2 = "*"
3976
- mkl = {version = ">=2021.1.1,<=2021.4.0", markers = "platform_system == \"Windows\""}
3977
- networkx = "*"
3978
- nvidia-cublas-cu12 = {version = "12.1.3.1", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
3979
- nvidia-cuda-cupti-cu12 = {version = "12.1.105", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
3980
- nvidia-cuda-nvrtc-cu12 = {version = "12.1.105", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
3981
- nvidia-cuda-runtime-cu12 = {version = "12.1.105", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
3982
- nvidia-cudnn-cu12 = {version = "8.9.2.26", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
3983
- nvidia-cufft-cu12 = {version = "11.0.2.54", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
3984
- nvidia-curand-cu12 = {version = "10.3.2.106", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
3985
- nvidia-cusolver-cu12 = {version = "11.4.5.107", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
3986
- nvidia-cusparse-cu12 = {version = "12.1.0.106", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
3987
- nvidia-nccl-cu12 = {version = "2.20.5", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
3988
- nvidia-nvtx-cu12 = {version = "12.1.105", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
3989
- sympy = "*"
3990
- triton = {version = "2.3.1", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\" and python_version < \"3.12\""}
3991
- typing-extensions = ">=4.8.0"
3992
-
3993
- [package.extras]
3994
- opt-einsum = ["opt-einsum (>=3.3)"]
3995
- optree = ["optree (>=0.9.1)"]
3996
-
3997
- [[package]]
3998
- name = "torchvision"
3999
- version = "0.18.1"
4000
- description = "image and video datasets and models for torch deep learning"
4001
- optional = false
4002
- python-versions = ">=3.8"
4003
- files = [
4004
- {file = "torchvision-0.18.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:3e694e54b0548dad99c12af6bf0c8e4f3350137d391dcd19af22a1c5f89322b3"},
4005
- {file = "torchvision-0.18.1-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:0b3bda0aa5b416eeb547143b8eeaf17720bdba9cf516dc991aacb81811aa96a5"},
4006
- {file = "torchvision-0.18.1-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:573ff523c739405edb085f65cb592f482d28a30e29b0be4c4ba08040b3ae785f"},
4007
- {file = "torchvision-0.18.1-cp310-cp310-win_amd64.whl", hash = "sha256:ef7bbbc60b38e831a75e547c66ca1784f2ac27100f9e4ddbe9614cef6cbcd942"},
4008
- {file = "torchvision-0.18.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:80b5d794dd0fdba787adc22f1a367a5ead452327686473cb260dd94364bc56a6"},
4009
- {file = "torchvision-0.18.1-cp311-cp311-manylinux1_x86_64.whl", hash = "sha256:9077cf590cdb3a5e8fdf5cdb71797f8c67713f974cf0228ecb17fcd670ab42f9"},
4010
- {file = "torchvision-0.18.1-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:ceb993a882f1ae7ae373ed39c28d7e3e802205b0e59a7ed84ef4028f0bba8d7f"},
4011
- {file = "torchvision-0.18.1-cp311-cp311-win_amd64.whl", hash = "sha256:52f7436140045dc2239cdc502aa76b2bd8bd676d64244ff154d304aa69852046"},
4012
- {file = "torchvision-0.18.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:2be6f0bf7c455c89a51a1dbb6f668d36c6edc479f49ac912d745d10df5715657"},
4013
- {file = "torchvision-0.18.1-cp312-cp312-manylinux1_x86_64.whl", hash = "sha256:f118d887bfde3a948a41d56587525401e5cac1b7db2eaca203324d6ed2b1caca"},
4014
- {file = "torchvision-0.18.1-cp312-cp312-manylinux2014_aarch64.whl", hash = "sha256:13d24d904f65e62d66a1e0c41faec630bc193867b8a4a01166769e8a8e8df8e9"},
4015
- {file = "torchvision-0.18.1-cp312-cp312-win_amd64.whl", hash = "sha256:ed6340b69a63a625e512a66127210d412551d9c5f2ad2978130c6a45bf56cd4a"},
4016
- {file = "torchvision-0.18.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:b1c3864fa9378c88bce8ad0ef3599f4f25397897ce612e1c245c74b97092f35e"},
4017
- {file = "torchvision-0.18.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:02085a2ffc7461f5c0edb07d6f3455ee1806561f37736b903da820067eea58c7"},
4018
- {file = "torchvision-0.18.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:9726c316a2501df8503e5a5dc46a631afd4c515a958972e5b7f7b9c87d2125c0"},
4019
- {file = "torchvision-0.18.1-cp38-cp38-win_amd64.whl", hash = "sha256:64a2662dbf30db9055d8b201d6e56f312a504e5ccd9d144c57c41622d3c524cb"},
4020
- {file = "torchvision-0.18.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:975b8594c0f5288875408acbb74946eea786c5b008d129c0d045d0ead23742bc"},
4021
- {file = "torchvision-0.18.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:da83c8bbd34d8bee48bfa1d1b40e0844bc3cba10ed825a5a8cbe3ce7b62264cd"},
4022
- {file = "torchvision-0.18.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:54bfcd352abb396d5c9c237d200167c178bd136051b138e1e8ef46ce367c2773"},
4023
- {file = "torchvision-0.18.1-cp39-cp39-win_amd64.whl", hash = "sha256:5c8366a1aeee49e9ea9e64b30d199debdf06b1bd7610a76165eb5d7869c3bde5"},
4024
- ]
4025
-
4026
- [package.dependencies]
4027
- numpy = "*"
4028
- pillow = ">=5.3.0,<8.3.dev0 || >=8.4.dev0"
4029
- torch = "2.3.1"
4030
-
4031
- [package.extras]
4032
- scipy = ["scipy"]
4033
-
4034
  [[package]]
4035
  name = "tornado"
4036
  version = "6.4.1"
@@ -4086,29 +3648,6 @@ files = [
4086
  docs = ["myst-parser", "pydata-sphinx-theme", "sphinx"]
4087
  test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0,<8.2)", "pytest-mock", "pytest-mypy-testing"]
4088
 
4089
- [[package]]
4090
- name = "triton"
4091
- version = "2.3.1"
4092
- description = "A language and compiler for custom Deep Learning operations"
4093
- optional = false
4094
- python-versions = "*"
4095
- files = [
4096
- {file = "triton-2.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3c84595cbe5e546b1b290d2a58b1494df5a2ef066dd890655e5b8a8a92205c33"},
4097
- {file = "triton-2.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c9d64ae33bcb3a7a18081e3a746e8cf87ca8623ca13d2c362413ce7a486f893e"},
4098
- {file = "triton-2.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eaf80e8761a9e3498aa92e7bf83a085b31959c61f5e8ac14eedd018df6fccd10"},
4099
- {file = "triton-2.3.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b13bf35a2b659af7159bf78e92798dc62d877aa991de723937329e2d382f1991"},
4100
- {file = "triton-2.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:63381e35ded3304704ea867ffde3b7cfc42c16a55b3062d41e017ef510433d66"},
4101
- {file = "triton-2.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1d968264523c7a07911c8fb51b4e0d1b920204dae71491b1fe7b01b62a31e124"},
4102
- ]
4103
-
4104
- [package.dependencies]
4105
- filelock = "*"
4106
-
4107
- [package.extras]
4108
- build = ["cmake (>=3.20)", "lit"]
4109
- tests = ["autopep8", "flake8", "isort", "numpy", "pytest", "scipy (>=1.7.1)", "torch"]
4110
- tutorials = ["matplotlib", "pandas", "tabulate", "torch"]
4111
-
4112
  [[package]]
4113
  name = "typer"
4114
  version = "0.12.3"
@@ -4246,56 +3785,6 @@ files = [
4246
  {file = "ujson-5.10.0.tar.gz", hash = "sha256:b3cd8f3c5d8c7738257f1018880444f7b7d9b66232c64649f562d7ba86ad4bc1"},
4247
  ]
4248
 
4249
- [[package]]
4250
- name = "ultralytics"
4251
- version = "8.2.48"
4252
- description = "Ultralytics YOLOv8 for SOTA object detection, multi-object tracking, instance segmentation, pose estimation and image classification."
4253
- optional = false
4254
- python-versions = ">=3.8"
4255
- files = [
4256
- {file = "ultralytics-8.2.48-py3-none-any.whl", hash = "sha256:3471aed97d07f4a5689ac55f98d6475289904b0d4746ebdce0f401ea7cf523a2"},
4257
- {file = "ultralytics-8.2.48.tar.gz", hash = "sha256:a9836231ae55c3b76a7b3abd3fc49e29e99f3980dc0da8f64535199428a287cb"},
4258
- ]
4259
-
4260
- [package.dependencies]
4261
- matplotlib = ">=3.3.0"
4262
- numpy = ">=1.23.0,<2.0.0"
4263
- opencv-python = ">=4.6.0"
4264
- pandas = ">=1.1.4"
4265
- pillow = ">=7.1.2"
4266
- psutil = "*"
4267
- py-cpuinfo = "*"
4268
- pyyaml = ">=5.3.1"
4269
- requests = ">=2.23.0"
4270
- scipy = ">=1.4.1"
4271
- seaborn = ">=0.11.0"
4272
- torch = ">=1.8.0"
4273
- torchvision = ">=0.9.0"
4274
- tqdm = ">=4.64.0"
4275
- ultralytics-thop = ">=2.0.0"
4276
-
4277
- [package.extras]
4278
- dev = ["coverage[toml]", "ipython", "mkdocs (>=1.6.0)", "mkdocs-jupyter", "mkdocs-material (>=9.5.9)", "mkdocs-redirects", "mkdocs-ultralytics-plugin (>=0.0.48)", "mkdocstrings[python]", "pytest", "pytest-cov"]
4279
- explorer = ["duckdb (<=0.9.2)", "lancedb", "streamlit"]
4280
- export = ["coremltools (>=7.0)", "flatbuffers (>=23.5.26,<100)", "h5py (!=3.11.0)", "keras", "numpy (==1.23.5)", "onnx (>=1.12.0)", "openvino (>=2024.0.0)", "tensorflow (>=2.0.0)", "tensorflowjs (>=3.9.0)"]
4281
- extra = ["albumentations (>=1.4.6)", "hub-sdk (>=0.0.8)", "ipython", "pycocotools (>=2.0.7)"]
4282
- logging = ["comet", "dvclive (>=2.12.0)", "tensorboard (>=2.13.0)"]
4283
-
4284
- [[package]]
4285
- name = "ultralytics-thop"
4286
- version = "2.0.0"
4287
- description = "Ultralytics THOP package for fast computation of PyTorch model FLOPs and parameters."
4288
- optional = false
4289
- python-versions = ">=3.8"
4290
- files = [
4291
- {file = "ultralytics_thop-2.0.0-py3-none-any.whl", hash = "sha256:a3432c5e6f3f5f45470bdcaa7e90bc3a0b7a65a9c9896bd83f381b8fc9030ee9"},
4292
- {file = "ultralytics_thop-2.0.0.tar.gz", hash = "sha256:49ee1f2c37d92e2e03b407c610e7184dc3dea68aa3d9127d2694ca1ea4120889"},
4293
- ]
4294
-
4295
- [package.dependencies]
4296
- numpy = "*"
4297
- torch = "*"
4298
-
4299
  [[package]]
4300
  name = "uri-template"
4301
  version = "1.3.0"
@@ -4649,4 +4138,4 @@ files = [
4649
  [metadata]
4650
  lock-version = "2.0"
4651
  python-versions = "^3.11"
4652
- content-hash = "534ab9d93171e9db505bce15bae590ec150f6b3590e69f7d0d59a50482ef19e8"
 
1164
  {file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"},
1165
  ]
1166
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1167
  [[package]]
1168
  name = "ipykernel"
1169
  version = "6.29.5"
 
1924
  {file = "mistune-3.0.2.tar.gz", hash = "sha256:fc7f93ded930c92394ef2cb6f04a8aabab4117a91449e72dcc8dfa646a508be8"},
1925
  ]
1926
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1927
  [[package]]
1928
  name = "mpmath"
1929
  version = "1.3.0"
 
2032
  {file = "nest_asyncio-1.6.0.tar.gz", hash = "sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe"},
2033
  ]
2034
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2035
  [[package]]
2036
  name = "nodeenv"
2037
  version = "1.9.1"
 
2128
  {file = "numpy-1.26.4.tar.gz", hash = "sha256:2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010"},
2129
  ]
2130
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2131
  [[package]]
2132
  name = "onnx"
2133
  version = "1.16.1"
 
2234
  {version = ">=1.23.5", markers = "python_version >= \"3.11\" and python_version < \"3.12\""},
2235
  ]
2236
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2237
  [[package]]
2238
  name = "orjson"
2239
  version = "3.10.5"
 
2671
  [package.extras]
2672
  tests = ["pytest"]
2673
 
 
 
 
 
 
 
 
 
 
 
 
2674
  [[package]]
2675
  name = "pycparser"
2676
  version = "2.22"
 
3392
  {file = "ruff-0.5.0.tar.gz", hash = "sha256:eb641b5873492cf9bd45bc9c5ae5320648218e04386a5f0c264ad6ccce8226a1"},
3393
  ]
3394
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3395
  [[package]]
3396
  name = "semantic-version"
3397
  version = "2.10.0"
 
3518
  [package.extras]
3519
  full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7)", "pyyaml"]
3520
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3521
  [[package]]
3522
  name = "sympy"
3523
  version = "1.12.1"
 
3532
  [package.dependencies]
3533
  mpmath = ">=1.1.0,<1.4.0"
3534
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3535
  [[package]]
3536
  name = "terminado"
3537
  version = "0.18.1"
 
3593
  {file = "toolz-0.12.1.tar.gz", hash = "sha256:ecca342664893f177a13dac0e6b41cbd8ac25a358e5f215316d43e2100224f4d"},
3594
  ]
3595
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3596
  [[package]]
3597
  name = "tornado"
3598
  version = "6.4.1"
 
3648
  docs = ["myst-parser", "pydata-sphinx-theme", "sphinx"]
3649
  test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0,<8.2)", "pytest-mock", "pytest-mypy-testing"]
3650
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3651
  [[package]]
3652
  name = "typer"
3653
  version = "0.12.3"
 
3785
  {file = "ujson-5.10.0.tar.gz", hash = "sha256:b3cd8f3c5d8c7738257f1018880444f7b7d9b66232c64649f562d7ba86ad4bc1"},
3786
  ]
3787
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3788
  [[package]]
3789
  name = "uri-template"
3790
  version = "1.3.0"
 
4138
  [metadata]
4139
  lock-version = "2.0"
4140
  python-versions = "^3.11"
4141
+ content-hash = "d7241d3943a5f304d35e782a525e84f52aee16fb0fa93380ec12e18125e3f937"
pyproject.toml CHANGED
@@ -11,9 +11,6 @@ onnxruntime = "^1.18.1"
11
  gradio = "^4.37.2"
12
  onnx = "^1.16.1"
13
  opencv-contrib-python = "^4.10.0.84"
14
- pillow = "^10.4.0"
15
- supervision = "^0.21.0"
16
- ultralytics = "^8.2.48"
17
  pyyaml = "^6.0.1"
18
 
19
 
 
11
  gradio = "^4.37.2"
12
  onnx = "^1.16.1"
13
  opencv-contrib-python = "^4.10.0.84"
 
 
 
14
  pyyaml = "^6.0.1"
15
 
16