Skip to content

Commit

Permalink
Added back numpy dependency, which is used for unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mliberty1 committed Nov 11, 2024
1 parent a8c808f commit 4a10edc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
],

keywords='cryto cryptography monocypher chacha blake2b 25519',
install_requires=[
'numpy>=2.1.0,<3',
],
ext_modules=extensions,
python_requires='~=3.10',

Expand Down

0 comments on commit 4a10edc

Please sign in to comment.