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 cf2a6fc commit e8eee7cCopy full SHA for e8eee7c
pyproject.toml
@@ -19,11 +19,11 @@ sources = ["src/testbed"]
19
test_sources = ["tests"]
20
21
requires = [
22
- "cryptography; python_version < '3.13'",
23
- "lru_dict; python_version < '3.13'",
24
- "pillow; python_version < '3.13'",
25
- "numpy; python_version < '3.13'",
26
- "pandas; python_version < '3.13'",
+ # "cryptography; python_version < '3.13'",
+ # "lru_dict; python_version < '3.13'",
+ # "pillow; python_version < '3.13'",
+ # "numpy; python_version < '3.13'",
+ # "pandas; python_version < '3.13'",
27
]
28
test_requires = [
29
"pytest",
0 commit comments