Skip to content

Commit

Permalink
Updated numpy version requirement
Browse files Browse the repository at this point in the history
This solves a problem where an older numpy version is used to compile python modules,
resulting in a cryptic error:
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject.
  • Loading branch information
melomcr committed Apr 12, 2022
1 parent 0fdebc0 commit c2d4908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CondaEnv/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- networkx
- nglview
- numba
- numpy
- numpy>=1.22
- pandas
- pympler
- python-louvain
Expand Down

0 comments on commit c2d4908

Please sign in to comment.