Skip to content

Commit

Permalink
Set upper limit to numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefsmeets committed Jun 17, 2024
1 parent e5caca7 commit 8ab89ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ classifiers = [
"Topic :: Software Development :: Libraries",
]
dependencies = [
"comtypes >= 1.1.7",
"comtypes >= 1.1.7; sys_platform == 'windows'",
"h5py >= 2.10.0",
"ipython >= 7.11.1",
"lmfit >= 1.0.0",
"matplotlib >= 3.1.2",
"mrcfile >= 1.1.2",
"numpy >= 1.17.3",
"numpy >= 1.17.3, <2",
"pandas >= 1.0.0",
"pillow >= 7.0.0",
"pywinauto >= 0.6.8",
"pywinauto >= 0.6.8; sys_platform == 'windows'",
"pyyaml >= 5.3",
"scikit-image >= 0.17.1",
"scipy >= 1.3.2",
Expand Down

0 comments on commit 8ab89ec

Please sign in to comment.