Skip to content
Snippets Groups Projects
Commit 91d8c84a authored by kohlhaasrebecca's avatar kohlhaasrebecca
Browse files

Added numpy requirement

parent 01c2b21b
No related branches found
No related tags found
1 merge request!29Preparation for release 1.1.0: fixes and test for pages
...@@ -20,6 +20,7 @@ package_dir = ...@@ -20,6 +20,7 @@ package_dir =
packages = find: packages = find:
python_requires = >=3.8 python_requires = >=3.8
install_requires = install_requires =
numpy>=1.23.5
pandas==1.4.4 pandas==1.4.4
joblib==1.1.1 joblib==1.1.1
matplotlib==3.8.0 matplotlib==3.8.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment