Skip to content

Commit 6184bb2

Browse files
authored
Remove clutter from the conda recipe preventing installation on osx-arm64 (#389)
1 parent ff4b5c0 commit 6184bb2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Changelog
88
=========
99

10-
X.X.X - 2021-XX-XX
10+
1.5.0 - 2021-07-15
1111
------------------
1212

1313
**New features:**
@@ -18,6 +18,8 @@ X.X.X - 2021-XX-XX
1818
**Other:**
1919

2020
* Methods of :class:`~quantcore.glm._link.Link` now consistently return NumPy arrays, whereas they used to preserve pandas series in special cases.
21+
* Don't list ``sparse_dot_mkl`` as a runtime requirement from the conda recipe.
22+
* The minimal ``numpy`` pin should be dependent on the ``numpy`` version in ``host`` and not fixed to ``1.16``.
2123

2224

2325
1.4.3 - 2021-06-25

conda.recipe/meta.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,10 @@ requirements:
4040
- python
4141
- joblib
4242
- numexpr
43-
- {{ pin_compatible('numpy', lower_bound='1.16') }}
43+
- {{ pin_compatible('numpy') }}
4444
- pandas
4545
- scikit-learn >=0.23
4646
- scipy
47-
- sparse_dot_mkl >=0.4.0
4847
- quantcore.matrix >=1.0.0
4948

5049
test:

0 commit comments

Comments
 (0)