Skip to content

Commit

Permalink
add numpy as install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Feb 6, 2022
1 parent dff5fc1 commit 31ecc21
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ def build_extension(self, ext):
url='https://github.com/fangq/pybj',
license='Apache License 2.0',
packages=['bjdata'],
install_requires=[
'numpy>=1.8.0'
],
extras_require={
'dev': [
'Pympler>=0.7 ,<0.8',
Expand All @@ -99,9 +102,9 @@ def build_extension(self, ext):
# undef_macros=['NDEBUG']
)] if BUILD_EXTENSIONS else []),
cmdclass={"build_ext": BuildExtWarnOnFail},
keywords = ['JSON', 'JData', 'UBJSON', 'OpenJData', 'NeuroJData', 'JNIfTI', 'Encoder', 'Decoder'],
keywords = ['JSON', 'JData', 'UBJSON', 'BJData', 'OpenJData', 'NeuroJSON', 'JNIfTI', 'Encoder', 'Decoder'],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'License :: OSI Approved :: Apache Software License',
'Intended Audience :: Developers',
'Programming Language :: C',
Expand Down

0 comments on commit 31ecc21

Please sign in to comment.