Skip to content

Commit

Permalink
Pin numpy to 1.25.2 to avoid breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Jun 24, 2024
1 parent 6208a58 commit 1aa2b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"pandas",
"scikit-learn==1.3.0",
"types-pytz",
"numpy",
"numpy==1.25.2",
"imbalanced-learn",
"redshift_connector",
"tabulate",
Expand Down

0 comments on commit 1aa2b2a

Please sign in to comment.