Skip to content
Snippets Groups Projects
Commit d60b6659 authored by Clément Jonglez's avatar Clément Jonglez
Browse files

add numpy to dependencies in pyproject.toml

I had an error complaining that numpy was not found, and is needed for the helper functions which convert arrays.
parent a829028f
No related branches found
No related tags found
1 merge request!8add CI pipeline
...@@ -26,7 +26,8 @@ classifiers = [ ...@@ -26,7 +26,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
'Jpype1' 'Jpype1',
'numpy'
] ]
[project.urls] [project.urls]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment