Skip to content

Commit

Permalink
Limit numpy version to <2
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Mar 1, 2024
1 parent 2b9e1a0 commit 2b4ac61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ requirements:
- keyring
- keyrings.alt
- networkx
- numpy >=1.20.0
- numpy >=1.20.0,<2
- openpyxl
- openTSNE >=0.6.1,!=0.7.0
- pandas >=1.4.0,!=1.5.0,!=2.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ joblib>=1.1.1
keyring
keyrings.alt # for alternative keyring implementations
networkx
numpy>=1.20.0
numpy>=1.20.0,<2
openpyxl
openTSNE>=0.6.1,!=0.7.0 # 0.7.0 segfaults
packaging
Expand Down

2 comments on commit 2b4ac61

@borondics
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is numpy limited to <2?

@markotoplak
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

catboost, I think. Also see #6850

Please sign in to comment.