Skip to content

Commit 7867efb

Browse files
committed
Disable binary modules that don't exist for now.
1 parent 39e0167 commit 7867efb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ sources = ["src/testbed"]
1919
test_sources = ["tests"]
2020

2121
requires = [
22-
"cryptography",
22+
# "cryptography",
2323
"lru_dict",
24-
"pillow",
25-
"numpy",
26-
"pandas",
24+
# "pillow",
25+
# "numpy",
26+
# "pandas",
2727
]
2828
test_requires = [
2929
"pytest",

0 commit comments

Comments
 (0)