diff --git a/setup.py b/setup.py index 34c0e06..6b9dee2 100644 --- a/setup.py +++ b/setup.py @@ -99,6 +99,7 @@ def find_version(*file_paths): # packages=['actimetry'], packages=find_packages(exclude=['docs', 'tests']), # Required + python_requires="<3.11", # This field lists other packages that your project depends on to run. # Any package you put here will be installed by pip when your project is # installed, so they must be valid existing projects. @@ -106,7 +107,7 @@ def find_version(*file_paths): # For an analysis of "install_requires" vs pip's requirements files see: # https://packaging.python.org/en/latest/requirements.html install_requires=[ - 'joblib', 'lmfit', 'pandas', 'plotly', 'numba', 'numpy', 'pyexcel', + 'joblib', 'lmfit', 'pandas', 'plotly', 'numba<=0.57.1', 'numpy', 'pyexcel', 'pyexcel-ods3', 'pyexcel-xlsx', 'scipy', 'spm1d', 'statsmodels>=0.10', 'stochastic>=0.6.0', 'accelerometer>=6.2.2' ], # Optional