Skip to content

Commit

Permalink
Upper pin scipy temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Jun 27, 2024
1 parent f9dfe70 commit a8d7638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- python>=3.10
- compilers
- numpy>=1.17.0
- scipy>=0.14
- scipy>=0.14,<1.14.0
- filelock
- etuples
- logical-unification
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ keywords = [
]
dependencies = [
"setuptools>=59.0.0",
"scipy>=0.14",
"scipy>=0.14,<1.14",
"numpy>=1.17.0,<2",
"filelock",
"etuples",
Expand Down

0 comments on commit a8d7638

Please sign in to comment.