.
This commit is contained in:
parent
a9bad79339
commit
701c17a703
14 changed files with 3243 additions and 2974 deletions
2
uv.lock
generated
2
uv.lock
generated
|
|
@ -1376,6 +1376,7 @@ dependencies = [
|
|||
{ name = "numpy", marker = "python_full_version < '3.14' and sys_platform == 'linux'" },
|
||||
{ name = "osmium", marker = "python_full_version < '3.14' and sys_platform == 'linux'" },
|
||||
{ name = "pandas", marker = "python_full_version < '3.14' and sys_platform == 'linux'" },
|
||||
{ name = "pillow", marker = "python_full_version < '3.14' and sys_platform == 'linux'" },
|
||||
{ name = "plotly", marker = "python_full_version < '3.14' and sys_platform == 'linux'" },
|
||||
{ name = "polars", marker = "python_full_version < '3.14' and sys_platform == 'linux'" },
|
||||
{ name = "pyarrow", marker = "python_full_version < '3.14' and sys_platform == 'linux'" },
|
||||
|
|
@ -1407,6 +1408,7 @@ requires-dist = [
|
|||
{ name = "numpy", specifier = ">=1.26.0" },
|
||||
{ name = "osmium", specifier = ">=4.0.0" },
|
||||
{ name = "pandas", specifier = ">=2.0.0" },
|
||||
{ name = "pillow", specifier = ">=12.0.0" },
|
||||
{ name = "plotly", specifier = ">=6.5.2" },
|
||||
{ name = "polars" },
|
||||
{ name = "polars", specifier = ">=1.37.1" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue