Skip to content

Commit

Permalink
Removed unnecessary numpy dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
mliberty1 committed Jun 28, 2024
1 parent 7c0fc6c commit fade6b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This file contains the list of changes made to pymonocypher.
2024 June 5 [in progress]

* Patched GitHub action based upon 3.1.3.3 release.
* Removed unnecessary numpy dependency.


## 3.1.3.3
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,12 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: C',
],

keywords='cryto cryptography monocypher chacha blake2b 25519',
install_requires=[
'numpy>=1.23',
],
install_requires=[],
ext_modules=extensions,
python_requires='~=3.9',

Expand Down

0 comments on commit fade6b3

Please sign in to comment.