Skip to content

Commit

Permalink
Fix missing requirements
Browse files Browse the repository at this point in the history
* Add numpy to requirements
  • Loading branch information
markheik committed Aug 30, 2023
1 parent c3b2b0e commit 2b77213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ dependencies = [
"pycapnp",
"pytest_asyncio",
"typing_extensions",
"numpy"
]

# Temporary solution until pycapnp has release its new version
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
hatch
pycapnp
hypothesis
hypothesis
numpy

0 comments on commit 2b77213

Please sign in to comment.