We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb28cc7 commit b940055Copy full SHA for b940055
meta.yaml
@@ -27,7 +27,7 @@ requirements:
27
run:
28
- python >=3.8
29
- greenlet ==3.0.3
30
- - pyee ==11.1.0
+ - pyee ==12.0.0
31
32
test: # [build_platform == target_platform]
33
requires:
setup.py
@@ -219,7 +219,7 @@ def _download_and_extract_local_driver(
219
include_package_data=True,
220
install_requires=[
221
"greenlet==3.0.3",
222
- "pyee==11.1.0",
+ "pyee==12.0.0",
223
],
224
# TODO: Can be removed once we migrate to pypa/build or pypa/installer.
225
setup_requires=["setuptools-scm==8.1.0", "wheel==0.42.0"],
0 commit comments