Skip to content

Commit

Permalink
mantid and pyre pinned versions as requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrou committed Jul 18, 2024
1 parent 79cc9c9 commit 32531f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ requires = [
"toml",
"versioningit",
"numpy >= 1.20.3, <2.0",
"scipy >= 1.9.0, < 1.14.0"
"scipy >= 1.9.0, < 1.14.0",
"mantid == 6.4",
"pyre == 0.8.3"
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 32531f8

Please sign in to comment.