Skip to content

Commit

Permalink
Pin Numpy version to <2
Browse files Browse the repository at this point in the history
This will help with publishing a repodata patch for conda-forge as per
<#688 (comment)>.
This will no longer be necessary when we are finished with
<#689>.
  • Loading branch information
maresb authored and ricardoV94 committed Apr 6, 2024
1 parent 76a6c2e commit 30b760f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ keywords = [
dependencies = [
"setuptools>=48.0.0",
"scipy>=0.14",
"numpy>=1.17.0",
"numpy>=1.17.0,<2",
"filelock",
"etuples",
"logical-unification",
Expand Down

0 comments on commit 30b760f

Please sign in to comment.