Skip to content

Commit

Permalink
Merge pull request #2120 from recommenders-team/pin-numpy
Browse files Browse the repository at this point in the history
Pin numpy version to 1
  • Loading branch information
miguelgfierro committed Jun 26, 2024
2 parents 9f630e3 + 8cd3c13 commit 5569376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
requires = [
"setuptools>=52",
"wheel>=0.36",
"numpy>=1.15",
"numpy>=1.15,<2",
]
dependencies = [
"setuptools>=52",
"wheel>=0.36",
"numpy>=1.15",
"numpy>=1.15,<2",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 5569376

Please sign in to comment.