Skip to content

Commit

Permalink
Pin numpy version to < 2 (#331)
Browse files Browse the repository at this point in the history
Some dependencies have code incompatible with numpy >= 2, hence we pin the numpy version to be less than 2 for now.
  • Loading branch information
fdalvi authored Aug 12, 2024
1 parent 0845dab commit e20b279
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ install_requires =
rouge-score==0.1.2
absl-py==2.1.0
GitPython==3.1.43
# For now, make sure NumPy 2 is not installed
numpy<2

python_requires = >=3.8

[options.extras_require]
Expand Down

0 comments on commit e20b279

Please sign in to comment.