also add cython (everything but setuptools)

pull/134/head
Tobias Oberstein 2023-12-15 16:57:19 +01:00 committed by Thorsten Liebig
parent 5bc31d0255
commit e7620dcd72
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ setup(
package_data={'openEMS': ['*.pxd']},
python_requires='>=3.9',
install_requires=[
'cython>=3.0.6', # Apache License 2.0 (https://github.com/cython/cython/blob/master/LICENSE.txt)
'h5py>=3.10.0', # BSD 3-Clause (https://github.com/h5py/h5py/blob/master/LICENSE)
'numpy>=1.26.2', # BSD 3-Clause (https://github.com/numpy/numpy/blob/main/LICENSE.txt)
],