Skip to content

Commit 7d12283

Browse files
authored
Beta reduce pins (#1645)
* Update dependency versions and replace np.NaN with np.nan for consistency * Seems we need numpy<2 since otherwise there are no wheels for the pip install
1 parent 0d544d2 commit 7d12283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ requirements:
3333
- loguru>=0.7
3434
- matrix_utils >=0.5
3535
- networkx
36-
- numpy >=1.23.5, <3
36+
- numpy >=1.23.5, <2
3737
- pandas >=2.2.1
3838
- py7zr >=0.22.0
3939
- pyperclip

0 commit comments

Comments
 (0)