Skip to content

Commit

Permalink
Merge branch 'devel' into non_matching_multipatch
Browse files Browse the repository at this point in the history
  • Loading branch information
yguclu authored Aug 1, 2024
2 parents 8d429c1 + 655cb8a commit eaa9854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [

# Third-party packages from PyPi
'numpy >= 1.16',
'scipy >= 0.18',
'scipy >= 0.18, < 1.14',
'sympy >= 1.5',
'matplotlib',
'pytest >= 4.5',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ wheel
setuptools >= 61, != 67.2.0
numpy >= 1.16
Cython >= 0.25, < 3.0
mpi4py >= 3.0.0
mpi4py >= 3.0.0, < 4

# Required to build h5py from source
pkgconfig

0 comments on commit eaa9854

Please sign in to comment.