You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
14 lines
382 B
Diff
14 lines
382 B
Diff
--- pyproject.toml.orig 2023-08-17 11:28:17
|
|
+++ pyproject.toml 2023-08-17 11:28:50
|
|
@@ -4,8 +4,8 @@
|
|
"cython>=0.25,<3.0",
|
|
"murmurhash>=1.0.2,<1.1.0",
|
|
"cymem>=2.0.2,<2.1.0",
|
|
- "preshed>=3.0.2,<3.1.0",
|
|
- "blis>=0.7.8,<0.8.0",
|
|
+ "preshed>=3.0.2",
|
|
+ "blis>=0.7.8",
|
|
"numpy>=1.15.0; python_version < '3.9'",
|
|
"numpy>=1.25.0; python_version >= '3.9'",
|
|
]
|