Skip to content

Commit a787376

Browse files
committed
Fix numba dependency on numpy
1 parent bc25aca commit a787376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package:
77

88
source:
99
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
10-
sha256: 124bdeefc1a041c28e26f5ace29483b7d3ce21b7ff97ce0fa50499dedbb80bfe
10+
sha256: 7880f5b23d8b6554732f7ead73c07642d7e2eae080434e18953829603aee9bd3
1111

1212
build:
1313
noarch: python
@@ -23,7 +23,7 @@ requirements:
2323
run:
2424
- python >=3.7
2525
- scikit-learn
26-
- numpy
26+
- numpy <=1.21
2727
- scipy
2828
- umap-learn
2929
- openTSNE

0 commit comments

Comments
 (0)