Add plugin system for third-party environments (#2383)

This commit is contained in:
Jesse Farebrother
2021-09-14 20:14:05 -06:00
committed by GitHub
parent 590db96e36
commit e212043a93
3 changed files with 71 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ setup(
install_requires=[
"numpy>=1.18.0",
"cloudpickle>=1.2.0",
"importlib_metadata>=4.8.1; python_version < '3.8'",
],
extras_require=extras,
package_data={