pythoncharmers-meta 0.5.1__tar.gz → 0.5.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pythoncharmers_meta-0.5.1 → pythoncharmers_meta-0.5.2}/PKG-INFO +7 -7
- {pythoncharmers_meta-0.5.1 → pythoncharmers_meta-0.5.2}/pyproject.toml +7 -7
- {pythoncharmers_meta-0.5.1 → pythoncharmers_meta-0.5.2}/uv.lock +47 -178
- {pythoncharmers_meta-0.5.1 → pythoncharmers_meta-0.5.2}/.gitignore +0 -0
- {pythoncharmers_meta-0.5.1 → pythoncharmers_meta-0.5.2}/LICENSE +0 -0
- {pythoncharmers_meta-0.5.1 → pythoncharmers_meta-0.5.2}/README.md +0 -0
- {pythoncharmers_meta-0.5.1 → pythoncharmers_meta-0.5.2}/src/pythoncharmers_meta/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pythoncharmers-meta
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2
|
|
4
4
|
Summary: Meta package with dependencies for Python Charmers training courses
|
|
5
5
|
License-File: LICENSE
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -22,7 +22,7 @@ Requires-Dist: natural>=0.2.0
|
|
|
22
22
|
Requires-Dist: numexpr>=2.10.1
|
|
23
23
|
Requires-Dist: numpy<2.2.0,>=2.1.3
|
|
24
24
|
Requires-Dist: openpyxl>=3.1.5
|
|
25
|
-
Requires-Dist: pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,
|
|
25
|
+
Requires-Dist: pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,output-formatting,parquet,plot,sql-other,xml]>=2.2.3
|
|
26
26
|
Requires-Dist: parse>=1.20.2
|
|
27
27
|
Requires-Dist: plotly<6.0.0,>=5.24.0
|
|
28
28
|
Requires-Dist: polars[excel,graph,numpy,plot,pyarrow,pydantic,style,timezone]>=1.22.0
|
|
@@ -55,7 +55,7 @@ Requires-Dist: ibis-framework[duckdb,polars,sqlite]>=9.5.0; extra == 'analytics'
|
|
|
55
55
|
Requires-Dist: matplotlib>=3.9.2; extra == 'analytics'
|
|
56
56
|
Requires-Dist: networkx>=3.3; extra == 'analytics'
|
|
57
57
|
Requires-Dist: numba>=0.61.0; extra == 'analytics'
|
|
58
|
-
Requires-Dist: pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,
|
|
58
|
+
Requires-Dist: pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,output-formatting,parquet,plot,spss,sql-other,xml]>=2.2.3; extra == 'analytics'
|
|
59
59
|
Requires-Dist: pyod>=2.0.1; extra == 'analytics'
|
|
60
60
|
Requires-Dist: scikit-learn>=1.6.1; extra == 'analytics'
|
|
61
61
|
Requires-Dist: scipy>=1.15.2; extra == 'analytics'
|
|
@@ -67,8 +67,8 @@ Requires-Dist: tables>=3.10.1; extra == 'analytics'
|
|
|
67
67
|
Requires-Dist: textblob>=0.19.0; extra == 'analytics'
|
|
68
68
|
Provides-Extra: db
|
|
69
69
|
Requires-Dist: duckdb>=1.1.3; extra == 'db'
|
|
70
|
-
Requires-Dist: ibis-framework[duckdb,
|
|
71
|
-
Requires-Dist: pandas[
|
|
70
|
+
Requires-Dist: ibis-framework[duckdb,polars,sqlite]>=9.5.0; extra == 'db'
|
|
71
|
+
Requires-Dist: pandas[sql-other]>=2.2.3; extra == 'db'
|
|
72
72
|
Requires-Dist: polars[database]>=1.22.0; extra == 'db'
|
|
73
73
|
Requires-Dist: pyodbc>=5.2.0; extra == 'db'
|
|
74
74
|
Requires-Dist: redis>=5.2.1; extra == 'db'
|
|
@@ -85,7 +85,7 @@ Requires-Dist: scikit-learn>=1.5.2; extra == 'dl'
|
|
|
85
85
|
Requires-Dist: skorch>=1.0.0; extra == 'dl'
|
|
86
86
|
Requires-Dist: tensorboard>=2.18.0; extra == 'dl'
|
|
87
87
|
Requires-Dist: textdistance>=4.6.3; extra == 'dl'
|
|
88
|
-
Requires-Dist: transformers>=4.
|
|
88
|
+
Requires-Dist: transformers>=4.49.0; extra == 'dl'
|
|
89
89
|
Requires-Dist: xgboost>=2.1.1; extra == 'dl'
|
|
90
90
|
Requires-Dist: yellowbrick>=1.5; extra == 'dl'
|
|
91
91
|
Provides-Extra: gis
|
|
@@ -177,7 +177,7 @@ Requires-Dist: hvplot>=0.10.0; extra == 'scieng'
|
|
|
177
177
|
Requires-Dist: matplotlib>=3.9.2; extra == 'scieng'
|
|
178
178
|
Requires-Dist: networkx>=3.3; extra == 'scieng'
|
|
179
179
|
Requires-Dist: numba>=0.61.0; extra == 'scieng'
|
|
180
|
-
Requires-Dist: pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,
|
|
180
|
+
Requires-Dist: pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,output-formatting,parquet,plot,sql-other,xml]>=2.2.3; extra == 'scieng'
|
|
181
181
|
Requires-Dist: pint>=0.24.3; extra == 'scieng'
|
|
182
182
|
Requires-Dist: pyod>=2.0.1; extra == 'scieng'
|
|
183
183
|
Requires-Dist: scikit-image>=0.24.0; extra == 'scieng'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "pythoncharmers-meta"
|
|
3
|
-
version = "0.5.
|
|
3
|
+
version = "0.5.2"
|
|
4
4
|
description = "Meta package with dependencies for Python Charmers training courses"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
@@ -9,7 +9,7 @@ dependencies = [
|
|
|
9
9
|
"polars[excel,graph,numpy,plot,pyarrow,pydantic,style,timezone]>=1.22.0",
|
|
10
10
|
"matplotlib>=3.9.2",
|
|
11
11
|
"plotly>=5.24.0,<6.0.0",
|
|
12
|
-
"pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,
|
|
12
|
+
"pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,output-formatting,parquet,plot,sql-other,xml]>=2.2.3",
|
|
13
13
|
"numexpr>=2.10.1",
|
|
14
14
|
"mypy>=1.11.2",
|
|
15
15
|
"loguru>=0.7.2",
|
|
@@ -96,7 +96,7 @@ web = [
|
|
|
96
96
|
analytics = [
|
|
97
97
|
"duckdb>=1.1.3",
|
|
98
98
|
"ibis-framework[duckdb,polars,sqlite]>=9.5.0",
|
|
99
|
-
"pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,
|
|
99
|
+
"pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,output-formatting,parquet,plot,spss,sql-other,xml]>=2.2.3",
|
|
100
100
|
"sqlalchemy>=2.0.35",
|
|
101
101
|
"numba>=0.61.0",
|
|
102
102
|
"matplotlib>=3.9.2",
|
|
@@ -125,7 +125,7 @@ analytics = [
|
|
|
125
125
|
scieng = [
|
|
126
126
|
"h5py>=3.11.0",
|
|
127
127
|
"duckdb>=1.1.3",
|
|
128
|
-
"pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,
|
|
128
|
+
"pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,output-formatting,parquet,plot,sql-other,xml]>=2.2.3",
|
|
129
129
|
"numba>=0.61.0",
|
|
130
130
|
"scipy>=1.15.2",
|
|
131
131
|
"statsmodels>=0.14.4",
|
|
@@ -198,7 +198,7 @@ dl = [
|
|
|
198
198
|
"skorch>=1.0.0",
|
|
199
199
|
"tensorboard>=2.18.0",
|
|
200
200
|
"textdistance>=4.6.3",
|
|
201
|
-
"transformers>=4.
|
|
201
|
+
"transformers>=4.49.0",
|
|
202
202
|
"xgboost>=2.1.1",
|
|
203
203
|
"yellowbrick>=1.5",
|
|
204
204
|
]
|
|
@@ -224,11 +224,11 @@ testing = [
|
|
|
224
224
|
"flake8>=7.1.2",
|
|
225
225
|
]
|
|
226
226
|
db = [
|
|
227
|
-
"pandas[
|
|
227
|
+
"pandas[sql-other]>=2.2.3",
|
|
228
228
|
"redis>=5.2.1",
|
|
229
229
|
"sqlalchemy>=2.0.38",
|
|
230
230
|
"duckdb>=1.1.3",
|
|
231
|
-
"ibis-framework[duckdb,
|
|
231
|
+
"ibis-framework[duckdb,polars,sqlite]>=9.5.0",
|
|
232
232
|
"pyodbc>=5.2.0",
|
|
233
233
|
"polars[database]>=1.22.0",
|
|
234
234
|
]
|
|
@@ -2727,14 +2727,6 @@ duckdb = [
|
|
|
2727
2727
|
{ name = "pyarrow-hotfix" },
|
|
2728
2728
|
{ name = "rich" },
|
|
2729
2729
|
]
|
|
2730
|
-
mysql = [
|
|
2731
|
-
{ name = "mysqlclient" },
|
|
2732
|
-
{ name = "numpy" },
|
|
2733
|
-
{ name = "pandas" },
|
|
2734
|
-
{ name = "pyarrow" },
|
|
2735
|
-
{ name = "pyarrow-hotfix" },
|
|
2736
|
-
{ name = "rich" },
|
|
2737
|
-
]
|
|
2738
2730
|
polars = [
|
|
2739
2731
|
{ name = "numpy" },
|
|
2740
2732
|
{ name = "packaging" },
|
|
@@ -2744,14 +2736,6 @@ polars = [
|
|
|
2744
2736
|
{ name = "pyarrow-hotfix" },
|
|
2745
2737
|
{ name = "rich" },
|
|
2746
2738
|
]
|
|
2747
|
-
postgres = [
|
|
2748
|
-
{ name = "numpy" },
|
|
2749
|
-
{ name = "pandas" },
|
|
2750
|
-
{ name = "psycopg", extra = ["binary"] },
|
|
2751
|
-
{ name = "pyarrow" },
|
|
2752
|
-
{ name = "pyarrow-hotfix" },
|
|
2753
|
-
{ name = "rich" },
|
|
2754
|
-
]
|
|
2755
2739
|
sqlite = [
|
|
2756
2740
|
{ name = "numpy" },
|
|
2757
2741
|
{ name = "pandas" },
|
|
@@ -3965,19 +3949,6 @@ wheels = [
|
|
|
3965
3949
|
{ url = "https://files.pythonhosted.org/packages/2a/e2/5d3f6ada4297caebe1a2add3b126fe800c96f56dbe5d1988a2cbe0b267aa/mypy_extensions-1.0.0-py3-none-any.whl", hash = "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d", size = 4695 },
|
|
3966
3950
|
]
|
|
3967
3951
|
|
|
3968
|
-
[[package]]
|
|
3969
|
-
name = "mysqlclient"
|
|
3970
|
-
version = "2.2.7"
|
|
3971
|
-
source = { registry = "https://pypi.org/simple" }
|
|
3972
|
-
sdist = { url = "https://files.pythonhosted.org/packages/61/68/810093cb579daae426794bbd9d88aa830fae296e85172d18cb0f0e5dd4bc/mysqlclient-2.2.7.tar.gz", hash = "sha256:24ae22b59416d5fcce7e99c9d37548350b4565baac82f95e149cac6ce4163845", size = 91383 }
|
|
3973
|
-
wheels = [
|
|
3974
|
-
{ url = "https://files.pythonhosted.org/packages/0c/24/cdaaef42aac7d53c0a01bb638da64961c293b1b6d204efd47400a68029d4/mysqlclient-2.2.7-cp310-cp310-win_amd64.whl", hash = "sha256:2e3c11f7625029d7276ca506f8960a7fd3c5a0a0122c9e7404e6a8fe961b3d22", size = 207748 },
|
|
3975
|
-
{ url = "https://files.pythonhosted.org/packages/ef/e3/3e2de3f93cd60dd63bd229ec3e3b679f682982614bf513d046c2722aa4ce/mysqlclient-2.2.7-cp311-cp311-win_amd64.whl", hash = "sha256:a22d99d26baf4af68ebef430e3131bb5a9b722b79a9fcfac6d9bbf8a88800687", size = 207745 },
|
|
3976
|
-
{ url = "https://files.pythonhosted.org/packages/bb/b5/2a8a4bcba3440550f358b839638fe8ec9146fa3c9194890b4998a530c926/mysqlclient-2.2.7-cp312-cp312-win_amd64.whl", hash = "sha256:4b4c0200890837fc64014cc938ef2273252ab544c1b12a6c1d674c23943f3f2e", size = 208032 },
|
|
3977
|
-
{ url = "https://files.pythonhosted.org/packages/29/01/e80141f1cd0459e4c9a5dd309dee135bbae41d6c6c121252fdd853001a8a/mysqlclient-2.2.7-cp313-cp313-win_amd64.whl", hash = "sha256:201a6faa301011dd07bca6b651fe5aaa546d7c9a5426835a06c3172e1056a3c5", size = 208000 },
|
|
3978
|
-
{ url = "https://files.pythonhosted.org/packages/16/cc/5b1570be9f8597ee41e2a0bd7b62ba861ec2c81898d9449f3d6bfbe15d29/mysqlclient-2.2.7-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:92af368ed9c9144737af569c86d3b6c74a012a6f6b792eb868384787b52bb585", size = 207800 },
|
|
3979
|
-
]
|
|
3980
|
-
|
|
3981
3952
|
[[package]]
|
|
3982
3953
|
name = "narwhals"
|
|
3983
3954
|
version = "1.26.0"
|
|
@@ -4381,10 +4352,6 @@ html = [
|
|
|
4381
4352
|
{ name = "html5lib" },
|
|
4382
4353
|
{ name = "lxml" },
|
|
4383
4354
|
]
|
|
4384
|
-
mysql = [
|
|
4385
|
-
{ name = "pymysql" },
|
|
4386
|
-
{ name = "sqlalchemy" },
|
|
4387
|
-
]
|
|
4388
4355
|
output-formatting = [
|
|
4389
4356
|
{ name = "jinja2" },
|
|
4390
4357
|
{ name = "tabulate" },
|
|
@@ -4395,11 +4362,6 @@ parquet = [
|
|
|
4395
4362
|
plot = [
|
|
4396
4363
|
{ name = "matplotlib" },
|
|
4397
4364
|
]
|
|
4398
|
-
postgresql = [
|
|
4399
|
-
{ name = "adbc-driver-postgresql" },
|
|
4400
|
-
{ name = "psycopg2" },
|
|
4401
|
-
{ name = "sqlalchemy" },
|
|
4402
|
-
]
|
|
4403
4365
|
spss = [
|
|
4404
4366
|
{ name = "pyreadstat" },
|
|
4405
4367
|
]
|
|
@@ -4909,90 +4871,6 @@ wheels = [
|
|
|
4909
4871
|
{ url = "https://files.pythonhosted.org/packages/50/1b/6921afe68c74868b4c9fa424dad3be35b095e16687989ebbb50ce4fceb7c/psutil-7.0.0-cp37-abi3-win_amd64.whl", hash = "sha256:4cf3d4eb1aa9b348dec30105c55cd9b7d4629285735a102beb4441e38db90553", size = 244885 },
|
|
4910
4872
|
]
|
|
4911
4873
|
|
|
4912
|
-
[[package]]
|
|
4913
|
-
name = "psycopg"
|
|
4914
|
-
version = "3.2.6"
|
|
4915
|
-
source = { registry = "https://pypi.org/simple" }
|
|
4916
|
-
dependencies = [
|
|
4917
|
-
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
|
|
4918
|
-
{ name = "tzdata", marker = "sys_platform == 'win32'" },
|
|
4919
|
-
]
|
|
4920
|
-
sdist = { url = "https://files.pythonhosted.org/packages/67/97/eea08f74f1c6dd2a02ee81b4ebfe5b558beb468ebbd11031adbf58d31be0/psycopg-3.2.6.tar.gz", hash = "sha256:16fa094efa2698f260f2af74f3710f781e4a6f226efe9d1fd0c37f384639ed8a", size = 156322 }
|
|
4921
|
-
wheels = [
|
|
4922
|
-
{ url = "https://files.pythonhosted.org/packages/d7/7d/0ba52deff71f65df8ec8038adad86ba09368c945424a9bd8145d679a2c6a/psycopg-3.2.6-py3-none-any.whl", hash = "sha256:f3ff5488525890abb0566c429146add66b329e20d6d4835662b920cbbf90ac58", size = 199077 },
|
|
4923
|
-
]
|
|
4924
|
-
|
|
4925
|
-
[package.optional-dependencies]
|
|
4926
|
-
binary = [
|
|
4927
|
-
{ name = "psycopg-binary", marker = "implementation_name != 'pypy'" },
|
|
4928
|
-
]
|
|
4929
|
-
|
|
4930
|
-
[[package]]
|
|
4931
|
-
name = "psycopg-binary"
|
|
4932
|
-
version = "3.2.6"
|
|
4933
|
-
source = { registry = "https://pypi.org/simple" }
|
|
4934
|
-
wheels = [
|
|
4935
|
-
{ url = "https://files.pythonhosted.org/packages/4b/7b/48afdcb14bf828c4006f573845fbbd98df701bff9043fbb0b8caab261b6f/psycopg_binary-3.2.6-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1b639acb3e24243c23f75700bf6e3af7b76da92523ec7c3196a13aaf0b578453", size = 3868985 },
|
|
4936
|
-
{ url = "https://files.pythonhosted.org/packages/de/45/9e777c61ef3ac5e7fb42618afbd9f41464c1c396ec85c79c48086ace437a/psycopg_binary-3.2.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:1b5c359173726b38d7acbb9f73270f269591d8031d099c1a70dd3f3d22b0e8a8", size = 3938244 },
|
|
4937
|
-
{ url = "https://files.pythonhosted.org/packages/d6/93/e48962aca19af1f3d2cb0c2ff890ca305c51d1759a2e89c90a527228cf1d/psycopg_binary-3.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3434efe7c00f505f4c1e531519dac6c701df738ba7a1328eac81118d80019132", size = 4523096 },
|
|
4938
|
-
{ url = "https://files.pythonhosted.org/packages/fe/52/21f4a9bb7123e07e06a712338eb6cc5794a23a56813deb4a8cd3de8ec91c/psycopg_binary-3.2.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9bca8d9643191b13193940bbf84d51ac5a747e965c230177258fb02b8043fb7a", size = 4329659 },
|
|
4939
|
-
{ url = "https://files.pythonhosted.org/packages/9e/72/8da1c98b4e0d4c3649f037101b70ae52e4f821597919dabc72c889e60ca9/psycopg_binary-3.2.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:55fa40f11d37e6e5149a282a5fd7e0734ce55c623673bfba638480914fd1414c", size = 4575359 },
|
|
4940
|
-
{ url = "https://files.pythonhosted.org/packages/83/5a/a85c98a5b2b3f771d7478ac0081b48749d4c07ce41d51f89f592f87cfbeb/psycopg_binary-3.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0690ac1061c655b1bcbe9284d07bf5276bc9c0d788a6c74aaf3b042e64984b83", size = 4287138 },
|
|
4941
|
-
{ url = "https://files.pythonhosted.org/packages/b0/c3/0abafd3f300e5ff952dd9b3be95b4e2527ae1e2ea7fd7a7421e6bc1c0e37/psycopg_binary-3.2.6-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:e9a4a9967ff650d2821d5fad6bec7b15f4c2072603e9fa3f89a39f351ade1fd3", size = 3872142 },
|
|
4942
|
-
{ url = "https://files.pythonhosted.org/packages/0f/16/029aa400c4b7f4b7042307d8a854768463a65326d061ad2145f7b3989ca5/psycopg_binary-3.2.6-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:d6f2894cc7aee8a15fe591e8536911d9c015cb404432cf7bdac2797e54cb2ba8", size = 3340033 },
|
|
4943
|
-
{ url = "https://files.pythonhosted.org/packages/cd/a1/28e86b832d696ba5fd79c4d704b8ca46b827428f7ea063063ca280a678a4/psycopg_binary-3.2.6-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:05560c81312d7c2bee95a9860cd25198677f2320fb4a3527bc04e8cae7fcfb64", size = 3438823 },
|
|
4944
|
-
{ url = "https://files.pythonhosted.org/packages/93/31/73546c999725b397bb7e7fd55f83a9c78787c6fe7fe457e4179d19a115dc/psycopg_binary-3.2.6-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:4269cd23a485d6dd6eb6b10841c94551a53091cf0b1b6d5247a6a341f53f0d95", size = 3464031 },
|
|
4945
|
-
{ url = "https://files.pythonhosted.org/packages/85/38/957bd4bdde976c9a38d61896bf9d2c8f5752b98d8f4d879a7902588a8583/psycopg_binary-3.2.6-cp310-cp310-win_amd64.whl", hash = "sha256:7942f35a6f314608720116bcd9de240110ceadffd2ac5c34f68f74a31e52e46a", size = 2792159 },
|
|
4946
|
-
{ url = "https://files.pythonhosted.org/packages/5a/71/5bfa1ffc4d59f0454b114ce0d017eca269b079ca2753a96302c2117067c7/psycopg_binary-3.2.6-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:7afe181f6b3eb714362e9b6a2dc2a589bff60471a1d8639fd231a4e426e01523", size = 3876608 },
|
|
4947
|
-
{ url = "https://files.pythonhosted.org/packages/7e/07/1724d842b876af7bef442f0853d6cbf951264229414e4d0a57b8e3787847/psycopg_binary-3.2.6-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:34bb0fceba0773dc0bfb53224bb2c0b19dc97ea0a997a223615484cf02cae55c", size = 3942785 },
|
|
4948
|
-
{ url = "https://files.pythonhosted.org/packages/09/51/a251a356f10c7947bcc2285ebf1541e1c2d851b8db20eb8f29ed3a5974bf/psycopg_binary-3.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:54120122d2779dcd307f49e1f921d757fe5dacdced27deab37f277eef0c52a5b", size = 4519448 },
|
|
4949
|
-
{ url = "https://files.pythonhosted.org/packages/6e/cf/0c92ab1270664a1341e52f5794ecc636b1f4ac67bf1743075091795151f8/psycopg_binary-3.2.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:816aa556f63b2303e66ba6c8888a8b3f3e6e4e47049ec7a4d62c84ac60b091ca", size = 4324382 },
|
|
4950
|
-
{ url = "https://files.pythonhosted.org/packages/bf/2b/6921bd4a57fe19d4618798a8a8648e1a516c92563c37b2073639fffac5d5/psycopg_binary-3.2.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d19a0ba351eda9a59babf8c7c9d89c7bbc5b26bf096bc349b096bd0dd2482088", size = 4578720 },
|
|
4951
|
-
{ url = "https://files.pythonhosted.org/packages/5c/30/1034d164e2be09f650a86eccc93625e51568e307c855bf6f94759c298303/psycopg_binary-3.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d6e197e01290ef818a092c877025fc28096adbb6d0743e313491a21aab31bd96", size = 4281871 },
|
|
4952
|
-
{ url = "https://files.pythonhosted.org/packages/c4/d0/67fdf0174c334a9a85a9672590d7da83e85d9cedfc35f473a557e310a1ca/psycopg_binary-3.2.6-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:274794b4b29ef426e09086404446b61a146f5e756da71366c5a6d57abec31f7d", size = 3870582 },
|
|
4953
|
-
{ url = "https://files.pythonhosted.org/packages/9f/4e/3a4fd2d1fd715b11e7287023edde916e1174b58b37873c531f782a49803b/psycopg_binary-3.2.6-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:69845bdc0db519e1dfc27932cd3d5b1ecb3f72950af52a1987508ab0b52b3b55", size = 3334464 },
|
|
4954
|
-
{ url = "https://files.pythonhosted.org/packages/4a/22/90a8032276fa5b215ce26cefb44abafa8fb09de396c6dc6f62a5e53fe2ad/psycopg_binary-3.2.6-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:66c3bed2caf0d1cabcb9365064de183b5209a7cbeaa131e79e68f350c9c963c2", size = 3431945 },
|
|
4955
|
-
{ url = "https://files.pythonhosted.org/packages/e7/b0/e547e9a851ab19c79869c1d84a533e225d284e70c222720fed4529fcda60/psycopg_binary-3.2.6-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:e3ae3201fe85c7f901349a2cf52f02ceca4cb97a5e2e2ac8b8a1c9a6eb747bed", size = 3463278 },
|
|
4956
|
-
{ url = "https://files.pythonhosted.org/packages/e7/ce/e555bd8dd6fce8b34bbc3856125600f0842c85a8364702ebe0dc39372087/psycopg_binary-3.2.6-cp311-cp311-win_amd64.whl", hash = "sha256:58f443b4df2adb59937c96775fadf4967f93d952fbcc82394446985faec11041", size = 2795094 },
|
|
4957
|
-
{ url = "https://files.pythonhosted.org/packages/a3/c7/220b1273f0befb2cd9fe83d379b3484ae029a88798a90bc0d36f10bea5df/psycopg_binary-3.2.6-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:f27a46ff0497e882e8c0286e8833c785b4d1a80f23e1bf606f4c90e5f9f3ce75", size = 3857986 },
|
|
4958
|
-
{ url = "https://files.pythonhosted.org/packages/8a/d8/30176532826cf87c608a6f79dd668bf9aff0cdf8eb80209eddf4c5aa7229/psycopg_binary-3.2.6-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:b30ee4821ded7de48b8048b14952512588e7c5477b0a5965221e1798afba61a1", size = 3940060 },
|
|
4959
|
-
{ url = "https://files.pythonhosted.org/packages/54/7c/fa7cd1f057f33f7ae483d6bc5a03ec6eff111f8aa5c678d9aaef92705247/psycopg_binary-3.2.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e57edf3b1f5427f39660225b01f8e7b97f5cfab132092f014bf1638bc85d81d2", size = 4499082 },
|
|
4960
|
-
{ url = "https://files.pythonhosted.org/packages/b8/81/1606966f6146187c273993ea6f88f2151b26741df8f4e01349a625983be9/psycopg_binary-3.2.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6c5172ce3e4ae7a4fd450070210f801e2ce6bc0f11d1208d29268deb0cda34de", size = 4307509 },
|
|
4961
|
-
{ url = "https://files.pythonhosted.org/packages/69/ad/01c87aab17a4b89128b8036800d11ab296c7c2c623940cc7e6f2668f375a/psycopg_binary-3.2.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:bcfab3804c43571a6615e559cdc4c4115785d258a4dd71a721be033f5f5f378d", size = 4547813 },
|
|
4962
|
-
{ url = "https://files.pythonhosted.org/packages/65/30/f93a193846ee738ffe5d2a4837e7ddeb7279707af81d088cee96cae853a0/psycopg_binary-3.2.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8fa1c920cce16f1205f37b20c685c58b9656b170b8b4c93629100d342d0d118e", size = 4259847 },
|
|
4963
|
-
{ url = "https://files.pythonhosted.org/packages/8e/73/65c4ae71be86675a62154407c92af4b917146f9ff3baaf0e4166c0734aeb/psycopg_binary-3.2.6-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:2e118d818101c1608c6b5ba52a6c977614d8f05aa89467501172ba4d10588e11", size = 3846550 },
|
|
4964
|
-
{ url = "https://files.pythonhosted.org/packages/53/cc/a24626cac3f208c776bb22e15e9a5e483aa81145221e6427e50381f40811/psycopg_binary-3.2.6-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:763319a8bfeca77d31512da71f5a33459b9568a7621c481c3828c62f9c38f351", size = 3320269 },
|
|
4965
|
-
{ url = "https://files.pythonhosted.org/packages/55/e6/68c76fb9d6c53d5e4170a0c9216c7aa6c2903808f626d84d002b47a16931/psycopg_binary-3.2.6-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:2fbc05819560389dbece046966bc88e0f2ea77673497e274c4293b8b4c1d0703", size = 3399365 },
|
|
4966
|
-
{ url = "https://files.pythonhosted.org/packages/b4/2c/55b140f5a2c582dae42ef38502c45ef69c938274242a40bd04c143081029/psycopg_binary-3.2.6-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:5a57f99bb953b4bd6f32d0a9844664e7f6ca5ead9ba40e96635be3cd30794813", size = 3438908 },
|
|
4967
|
-
{ url = "https://files.pythonhosted.org/packages/ae/f6/589c95cceccee2ab408b6b2e16f1ed6db4536fb24f2f5c9ce568cf43270c/psycopg_binary-3.2.6-cp312-cp312-win_amd64.whl", hash = "sha256:5de6809e19a465dcb9c269675bded46a135f2d600cd99f0735afbb21ddad2af4", size = 2782886 },
|
|
4968
|
-
{ url = "https://files.pythonhosted.org/packages/bf/32/3d06c478fd3070ac25a49c2e8ca46b6d76b0048fa9fa255b99ee32f32312/psycopg_binary-3.2.6-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:54af3fbf871baa2eb19df96fd7dc0cbd88e628a692063c3d1ab5cdd00aa04322", size = 3852672 },
|
|
4969
|
-
{ url = "https://files.pythonhosted.org/packages/34/97/e581030e279500ede3096adb510f0e6071874b97cfc047a9a87b7d71fc77/psycopg_binary-3.2.6-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:ad5da1e4636776c21eaeacdec42f25fa4612631a12f25cd9ab34ddf2c346ffb9", size = 3936562 },
|
|
4970
|
-
{ url = "https://files.pythonhosted.org/packages/74/b6/6a8df4cb23c3d327403a83406c06c9140f311cb56c4e4d720ee7abf6fddc/psycopg_binary-3.2.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f7956b9ea56f79cd86eddcfbfc65ae2af1e4fe7932fa400755005d903c709370", size = 4499167 },
|
|
4971
|
-
{ url = "https://files.pythonhosted.org/packages/e4/5b/950eafef61e5e0b8ddb5afc5b6b279756411aa4bf70a346a6f091ad679bb/psycopg_binary-3.2.6-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1e2efb763188008cf2914820dcb9fb23c10fe2be0d2c97ef0fac7cec28e281d8", size = 4311651 },
|
|
4972
|
-
{ url = "https://files.pythonhosted.org/packages/72/b9/b366c49afc854c26b3053d4d35376046eea9aebdc48ded18ea249ea1f80c/psycopg_binary-3.2.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4b3aab3451679f1e7932270e950259ed48c3b79390022d3f660491c0e65e4838", size = 4547852 },
|
|
4973
|
-
{ url = "https://files.pythonhosted.org/packages/ab/d4/0e047360e2ea387dc7171ca017ffcee5214a0762f74b9dd982035f2e52fb/psycopg_binary-3.2.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:849a370ac4e125f55f2ad37f928e588291a67ccf91fa33d0b1e042bb3ee1f986", size = 4261725 },
|
|
4974
|
-
{ url = "https://files.pythonhosted.org/packages/e3/ea/a1b969804250183900959ebe845d86be7fed2cbd9be58f64cd0fc24b2892/psycopg_binary-3.2.6-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:566d4ace928419d91f1eb3227fc9ef7b41cf0ad22e93dd2c3368d693cf144408", size = 3850073 },
|
|
4975
|
-
{ url = "https://files.pythonhosted.org/packages/e5/71/ec2907342f0675092b76aea74365b56f38d960c4c635984dcfe25d8178c8/psycopg_binary-3.2.6-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:f1981f13b10de2f11cfa2f99a8738b35b3f0a0f3075861446894a8d3042430c0", size = 3320323 },
|
|
4976
|
-
{ url = "https://files.pythonhosted.org/packages/d7/d7/0d2cb4b42f231e2efe8ea1799ce917973d47486212a2c4d33cd331e7ac28/psycopg_binary-3.2.6-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:36f598300b55b3c983ae8df06473ad27333d2fd9f3e2cfdb913b3a5aaa3a8bcf", size = 3402335 },
|
|
4977
|
-
{ url = "https://files.pythonhosted.org/packages/66/92/7050c372f78e53eba14695cec6c3a91b2d9ca56feaf0bfe95fe90facf730/psycopg_binary-3.2.6-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:0f4699fa5fe1fffb0d6b2d14b31fd8c29b7ea7375f89d5989f002aaf21728b21", size = 3440442 },
|
|
4978
|
-
{ url = "https://files.pythonhosted.org/packages/5f/4c/bebcaf754189283b2f3d457822a3d9b233d08ff50973d8f1e8d51f4d35ed/psycopg_binary-3.2.6-cp313-cp313-win_amd64.whl", hash = "sha256:afe697b8b0071f497c5d4c0f41df9e038391534f5614f7fb3a8c1ca32d66e860", size = 2783465 },
|
|
4979
|
-
]
|
|
4980
|
-
|
|
4981
|
-
[[package]]
|
|
4982
|
-
name = "psycopg2"
|
|
4983
|
-
version = "2.9.10"
|
|
4984
|
-
source = { registry = "https://pypi.org/simple" }
|
|
4985
|
-
sdist = { url = "https://files.pythonhosted.org/packages/62/51/2007ea29e605957a17ac6357115d0c1a1b60c8c984951c19419b3474cdfd/psycopg2-2.9.10.tar.gz", hash = "sha256:12ec0b40b0273f95296233e8750441339298e6a572f7039da5b260e3c8b60e11", size = 385672 }
|
|
4986
|
-
wheels = [
|
|
4987
|
-
{ url = "https://files.pythonhosted.org/packages/0a/a9/146b6bdc0d33539a359f5e134ee6dda9173fb8121c5b96af33fa299e50c4/psycopg2-2.9.10-cp310-cp310-win32.whl", hash = "sha256:5df2b672140f95adb453af93a7d669d7a7bf0a56bcd26f1502329166f4a61716", size = 1024527 },
|
|
4988
|
-
{ url = "https://files.pythonhosted.org/packages/47/50/c509e56f725fd2572b59b69bd964edaf064deebf1c896b2452f6b46fdfb3/psycopg2-2.9.10-cp310-cp310-win_amd64.whl", hash = "sha256:c6f7b8561225f9e711a9c47087388a97fdc948211c10a4bccbf0ba68ab7b3b5a", size = 1163735 },
|
|
4989
|
-
{ url = "https://files.pythonhosted.org/packages/20/a2/c51ca3e667c34e7852157b665e3d49418e68182081060231d514dd823225/psycopg2-2.9.10-cp311-cp311-win32.whl", hash = "sha256:47c4f9875125344f4c2b870e41b6aad585901318068acd01de93f3677a6522c2", size = 1024538 },
|
|
4990
|
-
{ url = "https://files.pythonhosted.org/packages/33/39/5a9a229bb5414abeb86e33b8fc8143ab0aecce5a7f698a53e31367d30caa/psycopg2-2.9.10-cp311-cp311-win_amd64.whl", hash = "sha256:0435034157049f6846e95103bd8f5a668788dd913a7c30162ca9503fdf542cb4", size = 1163736 },
|
|
4991
|
-
{ url = "https://files.pythonhosted.org/packages/3d/16/4623fad6076448df21c1a870c93a9774ad8a7b4dd1660223b59082dd8fec/psycopg2-2.9.10-cp312-cp312-win32.whl", hash = "sha256:65a63d7ab0e067e2cdb3cf266de39663203d38d6a8ed97f5ca0cb315c73fe067", size = 1025113 },
|
|
4992
|
-
{ url = "https://files.pythonhosted.org/packages/66/de/baed128ae0fc07460d9399d82e631ea31a1f171c0c4ae18f9808ac6759e3/psycopg2-2.9.10-cp312-cp312-win_amd64.whl", hash = "sha256:4a579d6243da40a7b3182e0430493dbd55950c493d8c68f4eec0b302f6bbf20e", size = 1163951 },
|
|
4993
|
-
{ url = "https://files.pythonhosted.org/packages/ae/49/a6cfc94a9c483b1fa401fbcb23aca7892f60c7269c5ffa2ac408364f80dc/psycopg2-2.9.10-cp313-cp313-win_amd64.whl", hash = "sha256:91fd603a2155da8d0cfcdbf8ab24a2d54bca72795b90d2a3ed2b6da8d979dee2", size = 2569060 },
|
|
4994
|
-
]
|
|
4995
|
-
|
|
4996
4874
|
[[package]]
|
|
4997
4875
|
name = "psycopg2-binary"
|
|
4998
4876
|
version = "2.9.10"
|
|
@@ -5355,15 +5233,6 @@ wheels = [
|
|
|
5355
5233
|
{ url = "https://files.pythonhosted.org/packages/31/21/9537fc94aee9ec7316a230a49895266cf02d78aa29b0a2efbc39566e0935/pylint-3.3.6-py3-none-any.whl", hash = "sha256:8b7c2d3e86ae3f94fb27703d521dd0b9b6b378775991f504d7c3a6275aa0a6a6", size = 522462 },
|
|
5356
5234
|
]
|
|
5357
5235
|
|
|
5358
|
-
[[package]]
|
|
5359
|
-
name = "pymysql"
|
|
5360
|
-
version = "1.1.1"
|
|
5361
|
-
source = { registry = "https://pypi.org/simple" }
|
|
5362
|
-
sdist = { url = "https://files.pythonhosted.org/packages/b3/8f/ce59b5e5ed4ce8512f879ff1fa5ab699d211ae2495f1adaa5fbba2a1eada/pymysql-1.1.1.tar.gz", hash = "sha256:e127611aaf2b417403c60bf4dc570124aeb4a57f5f37b8e95ae399a42f904cd0", size = 47678 }
|
|
5363
|
-
wheels = [
|
|
5364
|
-
{ url = "https://files.pythonhosted.org/packages/0c/94/e4181a1f6286f545507528c78016e00065ea913276888db2262507693ce5/PyMySQL-1.1.1-py3-none-any.whl", hash = "sha256:4de15da4c61dc132f4fb9ab763063e693d521a80fd0e87943b9a453dd4c19d6c", size = 44972 },
|
|
5365
|
-
]
|
|
5366
|
-
|
|
5367
5236
|
[[package]]
|
|
5368
5237
|
name = "pyod"
|
|
5369
5238
|
version = "2.0.3"
|
|
@@ -5729,7 +5598,7 @@ wheels = [
|
|
|
5729
5598
|
|
|
5730
5599
|
[[package]]
|
|
5731
5600
|
name = "pythoncharmers-meta"
|
|
5732
|
-
version = "0.5.
|
|
5601
|
+
version = "0.5.2"
|
|
5733
5602
|
source = { editable = "." }
|
|
5734
5603
|
dependencies = [
|
|
5735
5604
|
{ name = "black" },
|
|
@@ -5750,7 +5619,7 @@ dependencies = [
|
|
|
5750
5619
|
{ name = "numexpr" },
|
|
5751
5620
|
{ name = "numpy" },
|
|
5752
5621
|
{ name = "openpyxl" },
|
|
5753
|
-
{ name = "pandas", extra = ["aws", "compression", "computation", "consortium-standard", "excel", "feather", "fss", "hdf5", "html", "
|
|
5622
|
+
{ name = "pandas", extra = ["aws", "compression", "computation", "consortium-standard", "excel", "feather", "fss", "hdf5", "html", "output-formatting", "parquet", "plot", "sql-other", "xml"] },
|
|
5754
5623
|
{ name = "parse" },
|
|
5755
5624
|
{ name = "plotly" },
|
|
5756
5625
|
{ name = "polars", extra = ["excel", "graph", "numpy", "plot", "pyarrow", "pydantic", "style", "timezone"] },
|
|
@@ -5786,7 +5655,7 @@ analytics = [
|
|
|
5786
5655
|
{ name = "matplotlib" },
|
|
5787
5656
|
{ name = "networkx" },
|
|
5788
5657
|
{ name = "numba" },
|
|
5789
|
-
{ name = "pandas", extra = ["aws", "compression", "computation", "consortium-standard", "excel", "feather", "fss", "hdf5", "html", "
|
|
5658
|
+
{ name = "pandas", extra = ["aws", "compression", "computation", "consortium-standard", "excel", "feather", "fss", "hdf5", "html", "output-formatting", "parquet", "plot", "spss", "sql-other", "xml"] },
|
|
5790
5659
|
{ name = "pyod" },
|
|
5791
5660
|
{ name = "scikit-learn" },
|
|
5792
5661
|
{ name = "scipy" },
|
|
@@ -5799,8 +5668,8 @@ analytics = [
|
|
|
5799
5668
|
]
|
|
5800
5669
|
db = [
|
|
5801
5670
|
{ name = "duckdb" },
|
|
5802
|
-
{ name = "ibis-framework", extra = ["duckdb", "
|
|
5803
|
-
{ name = "pandas", extra = ["
|
|
5671
|
+
{ name = "ibis-framework", extra = ["duckdb", "polars", "sqlite"] },
|
|
5672
|
+
{ name = "pandas", extra = ["sql-other"] },
|
|
5804
5673
|
{ name = "polars", extra = ["database"] },
|
|
5805
5674
|
{ name = "pyodbc" },
|
|
5806
5675
|
{ name = "redis" },
|
|
@@ -5914,7 +5783,7 @@ scieng = [
|
|
|
5914
5783
|
{ name = "matplotlib" },
|
|
5915
5784
|
{ name = "networkx" },
|
|
5916
5785
|
{ name = "numba" },
|
|
5917
|
-
{ name = "pandas", extra = ["aws", "compression", "computation", "consortium-standard", "excel", "feather", "fss", "hdf5", "html", "
|
|
5786
|
+
{ name = "pandas", extra = ["aws", "compression", "computation", "consortium-standard", "excel", "feather", "fss", "hdf5", "html", "output-formatting", "parquet", "plot", "sql-other", "xml"] },
|
|
5918
5787
|
{ name = "pint" },
|
|
5919
5788
|
{ name = "pyod" },
|
|
5920
5789
|
{ name = "scikit-image" },
|
|
@@ -6039,8 +5908,8 @@ requires-dist = [
|
|
|
6039
5908
|
{ name = "hvplot", marker = "extra == 'analytics'", specifier = ">=0.10.0" },
|
|
6040
5909
|
{ name = "hvplot", marker = "extra == 'scieng'", specifier = ">=0.10.0" },
|
|
6041
5910
|
{ name = "hypothesis", marker = "extra == 'testing'", specifier = ">=6.129.4" },
|
|
6042
|
-
{ name = "ibis-framework", extras = ["duckdb", "mysql", "polars", "postgres", "sqlite"], marker = "extra == 'db'", specifier = ">=9.5.0" },
|
|
6043
5911
|
{ name = "ibis-framework", extras = ["duckdb", "polars", "sqlite"], marker = "extra == 'analytics'", specifier = ">=9.5.0" },
|
|
5912
|
+
{ name = "ibis-framework", extras = ["duckdb", "polars", "sqlite"], marker = "extra == 'db'", specifier = ">=9.5.0" },
|
|
6044
5913
|
{ name = "ipython", specifier = ">=8.12.3" },
|
|
6045
5914
|
{ name = "iris", marker = "extra == 'gis'", specifier = ">=1.0.7" },
|
|
6046
5915
|
{ name = "isort", specifier = ">=5.13.2" },
|
|
@@ -6072,11 +5941,11 @@ requires-dist = [
|
|
|
6072
5941
|
{ name = "numexpr", specifier = ">=2.10.1" },
|
|
6073
5942
|
{ name = "numpy", specifier = ">=2.1.3,<2.2.0" },
|
|
6074
5943
|
{ name = "openpyxl", specifier = ">=3.1.5" },
|
|
6075
|
-
{ name = "pandas", extras = ["aws", "compression", "computation", "consortium-standard", "excel", "feather", "fss", "hdf5", "html", "
|
|
6076
|
-
{ name = "pandas", extras = ["aws", "compression", "computation", "consortium-standard", "excel", "feather", "fss", "hdf5", "html", "
|
|
6077
|
-
{ name = "pandas", extras = ["aws", "compression", "computation", "consortium-standard", "excel", "feather", "fss", "hdf5", "html", "
|
|
5944
|
+
{ name = "pandas", extras = ["aws", "compression", "computation", "consortium-standard", "excel", "feather", "fss", "hdf5", "html", "output-formatting", "parquet", "plot", "spss", "sql-other", "xml"], marker = "extra == 'analytics'", specifier = ">=2.2.3" },
|
|
5945
|
+
{ name = "pandas", extras = ["aws", "compression", "computation", "consortium-standard", "excel", "feather", "fss", "hdf5", "html", "output-formatting", "parquet", "plot", "sql-other", "xml"], specifier = ">=2.2.3" },
|
|
5946
|
+
{ name = "pandas", extras = ["aws", "compression", "computation", "consortium-standard", "excel", "feather", "fss", "hdf5", "html", "output-formatting", "parquet", "plot", "sql-other", "xml"], marker = "extra == 'scieng'", specifier = ">=2.2.3" },
|
|
6078
5947
|
{ name = "pandas", extras = ["aws", "fss"], marker = "extra == 'net'", specifier = ">=2.2.3" },
|
|
6079
|
-
{ name = "pandas", extras = ["
|
|
5948
|
+
{ name = "pandas", extras = ["sql-other"], marker = "extra == 'db'", specifier = ">=2.2.3" },
|
|
6080
5949
|
{ name = "parse", specifier = ">=1.20.2" },
|
|
6081
5950
|
{ name = "passlib", marker = "extra == 'net'", specifier = ">=1.7.4" },
|
|
6082
5951
|
{ name = "passlib", marker = "extra == 'web'", specifier = ">=1.7.4" },
|
|
@@ -6154,7 +6023,7 @@ requires-dist = [
|
|
|
6154
6023
|
{ name = "textfsm", marker = "extra == 'net'", specifier = ">=1.1.3" },
|
|
6155
6024
|
{ name = "toolz", specifier = ">=0.12.1" },
|
|
6156
6025
|
{ name = "tqdm", specifier = ">=4.67.1" },
|
|
6157
|
-
{ name = "transformers", marker = "extra == 'dl'", specifier = ">=4.
|
|
6026
|
+
{ name = "transformers", marker = "extra == 'dl'", specifier = ">=4.49.0" },
|
|
6158
6027
|
{ name = "unsync", marker = "extra == 'net'", specifier = ">=1.4.0" },
|
|
6159
6028
|
{ name = "uvicorn", marker = "extra == 'net'", specifier = ">=0.34.0" },
|
|
6160
6029
|
{ name = "xarray", marker = "extra == 'gis'", specifier = ">=2024.9.0" },
|
|
@@ -6731,24 +6600,24 @@ wheels = [
|
|
|
6731
6600
|
|
|
6732
6601
|
[[package]]
|
|
6733
6602
|
name = "safetensors"
|
|
6734
|
-
version = "0.5.
|
|
6603
|
+
version = "0.5.3"
|
|
6735
6604
|
source = { registry = "https://pypi.org/simple" }
|
|
6736
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
6605
|
+
sdist = { url = "https://files.pythonhosted.org/packages/71/7e/2d5d6ee7b40c0682315367ec7475693d110f512922d582fef1bd4a63adc3/safetensors-0.5.3.tar.gz", hash = "sha256:b6b0d6ecacec39a4fdd99cc19f4576f5219ce858e6fd8dbe7609df0b8dc56965", size = 67210 }
|
|
6737
6606
|
wheels = [
|
|
6738
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
6739
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
6740
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
6741
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
6742
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
6743
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
6744
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
6745
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
6746
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
6747
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
6748
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
6749
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
6750
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
6751
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
6607
|
+
{ url = "https://files.pythonhosted.org/packages/18/ae/88f6c49dbd0cc4da0e08610019a3c78a7d390879a919411a410a1876d03a/safetensors-0.5.3-cp38-abi3-macosx_10_12_x86_64.whl", hash = "sha256:bd20eb133db8ed15b40110b7c00c6df51655a2998132193de2f75f72d99c7073", size = 436917 },
|
|
6608
|
+
{ url = "https://files.pythonhosted.org/packages/b8/3b/11f1b4a2f5d2ab7da34ecc062b0bc301f2be024d110a6466726bec8c055c/safetensors-0.5.3-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:21d01c14ff6c415c485616b8b0bf961c46b3b343ca59110d38d744e577f9cce7", size = 418419 },
|
|
6609
|
+
{ url = "https://files.pythonhosted.org/packages/5d/9a/add3e6fef267658075c5a41573c26d42d80c935cdc992384dfae435feaef/safetensors-0.5.3-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:11bce6164887cd491ca75c2326a113ba934be596e22b28b1742ce27b1d076467", size = 459493 },
|
|
6610
|
+
{ url = "https://files.pythonhosted.org/packages/df/5c/bf2cae92222513cc23b3ff85c4a1bb2811a2c3583ac0f8e8d502751de934/safetensors-0.5.3-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:4a243be3590bc3301c821da7a18d87224ef35cbd3e5f5727e4e0728b8172411e", size = 472400 },
|
|
6611
|
+
{ url = "https://files.pythonhosted.org/packages/58/11/7456afb740bd45782d0f4c8e8e1bb9e572f1bf82899fb6ace58af47b4282/safetensors-0.5.3-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8bd84b12b1670a6f8e50f01e28156422a2bc07fb16fc4e98bded13039d688a0d", size = 522891 },
|
|
6612
|
+
{ url = "https://files.pythonhosted.org/packages/57/3d/fe73a9d2ace487e7285f6e157afee2383bd1ddb911b7cb44a55cf812eae3/safetensors-0.5.3-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:391ac8cab7c829452175f871fcaf414aa1e292b5448bd02620f675a7f3e7abb9", size = 537694 },
|
|
6613
|
+
{ url = "https://files.pythonhosted.org/packages/a6/f8/dae3421624fcc87a89d42e1898a798bc7ff72c61f38973a65d60df8f124c/safetensors-0.5.3-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cead1fa41fc54b1e61089fa57452e8834f798cb1dc7a09ba3524f1eb08e0317a", size = 471642 },
|
|
6614
|
+
{ url = "https://files.pythonhosted.org/packages/ce/20/1fbe16f9b815f6c5a672f5b760951e20e17e43f67f231428f871909a37f6/safetensors-0.5.3-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1077f3e94182d72618357b04b5ced540ceb71c8a813d3319f1aba448e68a770d", size = 502241 },
|
|
6615
|
+
{ url = "https://files.pythonhosted.org/packages/5f/18/8e108846b506487aa4629fe4116b27db65c3dde922de2c8e0cc1133f3f29/safetensors-0.5.3-cp38-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:799021e78287bac619c7b3f3606730a22da4cda27759ddf55d37c8db7511c74b", size = 638001 },
|
|
6616
|
+
{ url = "https://files.pythonhosted.org/packages/82/5a/c116111d8291af6c8c8a8b40628fe833b9db97d8141c2a82359d14d9e078/safetensors-0.5.3-cp38-abi3-musllinux_1_2_armv7l.whl", hash = "sha256:df26da01aaac504334644e1b7642fa000bfec820e7cef83aeac4e355e03195ff", size = 734013 },
|
|
6617
|
+
{ url = "https://files.pythonhosted.org/packages/7d/ff/41fcc4d3b7de837963622e8610d998710705bbde9a8a17221d85e5d0baad/safetensors-0.5.3-cp38-abi3-musllinux_1_2_i686.whl", hash = "sha256:32c3ef2d7af8b9f52ff685ed0bc43913cdcde135089ae322ee576de93eae5135", size = 670687 },
|
|
6618
|
+
{ url = "https://files.pythonhosted.org/packages/40/ad/2b113098e69c985a3d8fbda4b902778eae4a35b7d5188859b4a63d30c161/safetensors-0.5.3-cp38-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:37f1521be045e56fc2b54c606d4455573e717b2d887c579ee1dbba5f868ece04", size = 643147 },
|
|
6619
|
+
{ url = "https://files.pythonhosted.org/packages/0a/0c/95aeb51d4246bd9a3242d3d8349c1112b4ee7611a4b40f0c5c93b05f001d/safetensors-0.5.3-cp38-abi3-win32.whl", hash = "sha256:cfc0ec0846dcf6763b0ed3d1846ff36008c6e7290683b61616c4b040f6a54ace", size = 296677 },
|
|
6620
|
+
{ url = "https://files.pythonhosted.org/packages/69/e2/b011c38e5394c4c18fb5500778a55ec43ad6106126e74723ffaee246f56e/safetensors-0.5.3-cp38-abi3-win_amd64.whl", hash = "sha256:836cbbc320b47e80acd40e44c8682db0e8ad7123209f69b093def21ec7cafd11", size = 308878 },
|
|
6752
6621
|
]
|
|
6753
6622
|
|
|
6754
6623
|
[[package]]
|
|
@@ -7725,27 +7594,27 @@ wheels = [
|
|
|
7725
7594
|
|
|
7726
7595
|
[[package]]
|
|
7727
7596
|
name = "tokenizers"
|
|
7728
|
-
version = "0.21.
|
|
7597
|
+
version = "0.21.1"
|
|
7729
7598
|
source = { registry = "https://pypi.org/simple" }
|
|
7730
7599
|
dependencies = [
|
|
7731
7600
|
{ name = "huggingface-hub" },
|
|
7732
7601
|
]
|
|
7733
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
7602
|
+
sdist = { url = "https://files.pythonhosted.org/packages/92/76/5ac0c97f1117b91b7eb7323dcd61af80d72f790b4df71249a7850c195f30/tokenizers-0.21.1.tar.gz", hash = "sha256:a1bb04dc5b448985f86ecd4b05407f5a8d97cb2c0532199b2a302a604a0165ab", size = 343256 }
|
|
7734
7603
|
wheels = [
|
|
7735
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
7736
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
7737
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
7738
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
7739
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
7740
|
-
{ url = "https://files.pythonhosted.org/packages/4d/
|
|
7741
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
7742
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
7743
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
7744
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
7745
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
7746
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
7747
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
7748
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
7604
|
+
{ url = "https://files.pythonhosted.org/packages/a5/1f/328aee25f9115bf04262e8b4e5a2050b7b7cf44b59c74e982db7270c7f30/tokenizers-0.21.1-cp39-abi3-macosx_10_12_x86_64.whl", hash = "sha256:e78e413e9e668ad790a29456e677d9d3aa50a9ad311a40905d6861ba7692cf41", size = 2780767 },
|
|
7605
|
+
{ url = "https://files.pythonhosted.org/packages/ae/1a/4526797f3719b0287853f12c5ad563a9be09d446c44ac784cdd7c50f76ab/tokenizers-0.21.1-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:cd51cd0a91ecc801633829fcd1fda9cf8682ed3477c6243b9a095539de4aecf3", size = 2650555 },
|
|
7606
|
+
{ url = "https://files.pythonhosted.org/packages/4d/7a/a209b29f971a9fdc1da86f917fe4524564924db50d13f0724feed37b2a4d/tokenizers-0.21.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:28da6b72d4fb14ee200a1bd386ff74ade8992d7f725f2bde2c495a9a98cf4d9f", size = 2937541 },
|
|
7607
|
+
{ url = "https://files.pythonhosted.org/packages/3c/1e/b788b50ffc6191e0b1fc2b0d49df8cff16fe415302e5ceb89f619d12c5bc/tokenizers-0.21.1-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:34d8cfde551c9916cb92014e040806122295a6800914bab5865deb85623931cf", size = 2819058 },
|
|
7608
|
+
{ url = "https://files.pythonhosted.org/packages/36/aa/3626dfa09a0ecc5b57a8c58eeaeb7dd7ca9a37ad9dd681edab5acd55764c/tokenizers-0.21.1-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:aaa852d23e125b73d283c98f007e06d4595732104b65402f46e8ef24b588d9f8", size = 3133278 },
|
|
7609
|
+
{ url = "https://files.pythonhosted.org/packages/a4/4d/8fbc203838b3d26269f944a89459d94c858f5b3f9a9b6ee9728cdcf69161/tokenizers-0.21.1-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a21a15d5c8e603331b8a59548bbe113564136dc0f5ad8306dd5033459a226da0", size = 3144253 },
|
|
7610
|
+
{ url = "https://files.pythonhosted.org/packages/d8/1b/2bd062adeb7c7511b847b32e356024980c0ffcf35f28947792c2d8ad2288/tokenizers-0.21.1-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2fdbd4c067c60a0ac7eca14b6bd18a5bebace54eb757c706b47ea93204f7a37c", size = 3398225 },
|
|
7611
|
+
{ url = "https://files.pythonhosted.org/packages/8a/63/38be071b0c8e06840bc6046991636bcb30c27f6bb1e670f4f4bc87cf49cc/tokenizers-0.21.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2dd9a0061e403546f7377df940e866c3e678d7d4e9643d0461ea442b4f89e61a", size = 3038874 },
|
|
7612
|
+
{ url = "https://files.pythonhosted.org/packages/ec/83/afa94193c09246417c23a3c75a8a0a96bf44ab5630a3015538d0c316dd4b/tokenizers-0.21.1-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:db9484aeb2e200c43b915a1a0150ea885e35f357a5a8fabf7373af333dcc8dbf", size = 9014448 },
|
|
7613
|
+
{ url = "https://files.pythonhosted.org/packages/ae/b3/0e1a37d4f84c0f014d43701c11eb8072704f6efe8d8fc2dcdb79c47d76de/tokenizers-0.21.1-cp39-abi3-musllinux_1_2_armv7l.whl", hash = "sha256:ed248ab5279e601a30a4d67bdb897ecbe955a50f1e7bb62bd99f07dd11c2f5b6", size = 8937877 },
|
|
7614
|
+
{ url = "https://files.pythonhosted.org/packages/ac/33/ff08f50e6d615eb180a4a328c65907feb6ded0b8f990ec923969759dc379/tokenizers-0.21.1-cp39-abi3-musllinux_1_2_i686.whl", hash = "sha256:9ac78b12e541d4ce67b4dfd970e44c060a2147b9b2a21f509566d556a509c67d", size = 9186645 },
|
|
7615
|
+
{ url = "https://files.pythonhosted.org/packages/5f/aa/8ae85f69a9f6012c6f8011c6f4aa1c96154c816e9eea2e1b758601157833/tokenizers-0.21.1-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:e5a69c1a4496b81a5ee5d2c1f3f7fbdf95e90a0196101b0ee89ed9956b8a168f", size = 9384380 },
|
|
7616
|
+
{ url = "https://files.pythonhosted.org/packages/e8/5b/a5d98c89f747455e8b7a9504910c865d5e51da55e825a7ae641fb5ff0a58/tokenizers-0.21.1-cp39-abi3-win32.whl", hash = "sha256:1039a3a5734944e09de1d48761ade94e00d0fa760c0e0551151d4dd851ba63e3", size = 2239506 },
|
|
7617
|
+
{ url = "https://files.pythonhosted.org/packages/e6/b6/072a8e053ae600dcc2ac0da81a23548e3b523301a442a6ca900e92ac35be/tokenizers-0.21.1-cp39-abi3-win_amd64.whl", hash = "sha256:0f0dcbcc9f6e13e675a66d7a5f2f225a736745ce484c1a4e07476a89ccdad382", size = 2435481 },
|
|
7749
7618
|
]
|
|
7750
7619
|
|
|
7751
7620
|
[[package]]
|
|
@@ -7855,7 +7724,7 @@ wheels = [
|
|
|
7855
7724
|
|
|
7856
7725
|
[[package]]
|
|
7857
7726
|
name = "transformers"
|
|
7858
|
-
version = "4.
|
|
7727
|
+
version = "4.49.0"
|
|
7859
7728
|
source = { registry = "https://pypi.org/simple" }
|
|
7860
7729
|
dependencies = [
|
|
7861
7730
|
{ name = "filelock" },
|
|
@@ -7869,9 +7738,9 @@ dependencies = [
|
|
|
7869
7738
|
{ name = "tokenizers" },
|
|
7870
7739
|
{ name = "tqdm" },
|
|
7871
7740
|
]
|
|
7872
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
7741
|
+
sdist = { url = "https://files.pythonhosted.org/packages/79/50/46573150944f46df8ec968eda854023165a84470b42f69f67c7d475dabc5/transformers-4.49.0.tar.gz", hash = "sha256:7e40e640b5b8dc3f48743f5f5adbdce3660c82baafbd3afdfc04143cdbd2089e", size = 8610952 }
|
|
7873
7742
|
wheels = [
|
|
7874
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
7743
|
+
{ url = "https://files.pythonhosted.org/packages/20/37/1f29af63e9c30156a3ed6ebc2754077016577c094f31de7b2631e5d379eb/transformers-4.49.0-py3-none-any.whl", hash = "sha256:6b4fded1c5fee04d384b1014495b4235a2b53c87503d7d592423c06128cbbe03", size = 9970275 },
|
|
7875
7744
|
]
|
|
7876
7745
|
|
|
7877
7746
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|