Skip to content

Commit

Permalink
Allow numpy 2 in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jan 16, 2025
1 parent ed6a6e3 commit 3320301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions requirements/main.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ pydantic >=2,<3.0
deprecated >=1.2
pyarrow >= 0.16
psycopg2

# Numpy 2 is not supported by the stack yet.
numpy < 2
numpy

# Butler CLI dependencies
click >7.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
matplotlib >= 3.0.3
moto >= 1.3
numpy >= 1.17, <2
numpy >= 1.17
pandas >= 1.0
testing.postgresql
s3fs
Expand Down

0 comments on commit 3320301

Please sign in to comment.