Skip to content

Commit

Permalink
python greater than pyproject requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrou committed Jul 1, 2024
1 parent e803525 commit 87c2203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- histogram == 0.3.9
- numpy == 1.20.3
- scipy == 1.9.0
- python ==3.8
- python >=3.8
- pyre == 0.8.3
- mantid == 6.4
- matplotlib
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ requires = [
"wheel",
"toml",
"versioningit",
"histogram == 0.3.9",
"numpy == 1.20.3",
"scipy == 1.9.0"
]
Expand Down

0 comments on commit 87c2203

Please sign in to comment.