Remove pathy from pyproject.toml (#11383)

This commit is contained in:
Adriane Boyd 2022-08-26 16:07:16 +02:00 committed by GitHub
parent 7a2c58864c
commit ba33200979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,6 @@ requires = [
"preshed>=3.0.2,<3.1.0",
"murmurhash>=0.28.0,<1.1.0",
"thinc>=8.1.0,<8.2.0",
"pathy",
"numpy>=1.15.0",
]
build-backend = "setuptools.build_meta"