Skip to content

Commit

Permalink
Disable binary modules that don't exist for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Nov 20, 2023
1 parent 39e0167 commit 7867efb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ sources = ["src/testbed"]
test_sources = ["tests"]

requires = [
"cryptography",
# "cryptography",
"lru_dict",
"pillow",
"numpy",
"pandas",
# "pillow",
# "numpy",
# "pandas",
]
test_requires = [
"pytest",
Expand Down

0 comments on commit 7867efb

Please sign in to comment.