Skip to content

Commit

Permalink
fix: numpy and pandas issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dlbrittain committed Sep 14, 2024
1 parent 6b3d4c5 commit b5e153e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
marshmallow
marshmallow-jsonschema
numpy
numpy<2
jsonschema
SQLAlchemy
shapely
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ marshmallow==3.22.0
# marshmallow-jsonschema
marshmallow-jsonschema==0.13.0
# via -r requirements.in
numpy==2.1.1
numpy==1.26.4
# via
# -r requirements.in
# pandas
Expand Down

0 comments on commit b5e153e

Please sign in to comment.