Skip to content

Commit

Permalink
numpy version
Browse files Browse the repository at this point in the history
Keep numpy version under v2.0, which was released on 2024-06-17 and will lead to conflict.
  • Loading branch information
shi-yu-wang authored Jun 19, 2024
1 parent 8f19abc commit 6c5d288
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 @@ -67,7 +67,7 @@ def read_file(fname):
"py4j",
"matplotlib",
"plotly>=4.13",
"numpy>=1.21", # 1.21 remediates a security risk
"numpy>=1.21,<2.0", # 1.21 remediates a security risk
"packaging",
"pandas>=1.1.0", # >=1.1.0 for origin kwarg to df.resample()
"prophet>=1.1", # 1.1 removes dependency on pystan
Expand Down

0 comments on commit 6c5d288

Please sign in to comment.