Files
macports-ports/python/py-thinc/files/patch-pyproject_toml.diff
2023-08-17 11:36:44 +01:00

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'",
]