Skip to content

Commit

Permalink
chore: pin numpy i guess
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jun 20, 2024
1 parent fad486d commit a9733d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
"ijson>=3.1.4,<4",
"ipython>=8.18.1,<9",
"lazyasd>=0.1.4",
# Numpy is a peer-dependency (pandas) but apparently
# numpy broke pandas and now it MY responsibility to
# pin it in Ape (•̀o•́)ง
"numpy==1.26.4",
"packaging>=23.0,<24",
"pandas>=2.2.2,<3",
"pluggy>=1.3,<2",
Expand Down

0 comments on commit a9733d0

Please sign in to comment.