mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
18 lines
469 B
TOML
18 lines
469 B
TOML
--- pyproject.toml.orig 2024-06-14 20:38:24 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,5 +1,5 @@
|
|
[build-system]
|
|
-requires = ["setuptools>=62.6", "versioneer[toml]==0.28"]
|
|
+requires = ["setuptools>=62.6", "versioneer[toml]>=0.28"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
@@ -26,7 +26,7 @@ dependencies = [
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
dependencies = [
|
|
- "dask == 2024.6.0",
|
|
+ "dask >= 2024.6.0",
|
|
"pyarrow>=7.0.0",
|
|
"pandas >= 2",
|
|
]
|