Skip to content

Commit

Permalink
Constrain Numpy to be less than 1.23 in our installers
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Jun 23, 2022
1 parent 82fb64a commit 9b6db78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installers/Windows/req-extras-pull-request.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rope
yapf

# Scientific packages (for Same as Spyder)
numpy
numpy<1.23
scipy
pandas
openpyxl # pandas optional dependency to handle Excel files
Expand Down
2 changes: 1 addition & 1 deletion installers/Windows/req-extras-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rope
yapf

# Scientific packages (for Same as Spyder)
numpy
numpy<1.23
scipy
pandas
openpyxl # pandas optional dependency to handle Excel files
Expand Down
2 changes: 1 addition & 1 deletion installers/macOS/req-scientific.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Scientific packages (for Same as Spyder)
cython
matplotlib
numpy
numpy<1.23
openpyxl
pandas
scipy
Expand Down

0 comments on commit 9b6db78

Please sign in to comment.