Skip to content

Commit

Permalink
Remove clutter from the conda recipe preventing installation on osx-a…
Browse files Browse the repository at this point in the history
…rm64 (#389)
  • Loading branch information
xhochy committed Jul 15, 2021
1 parent 863a44c commit 15b1096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -7,7 +7,7 @@
Changelog
=========

X.X.X - 2021-XX-XX
1.5.0 - 2021-07-15
------------------

**New features:**
Expand All @@ -18,6 +18,8 @@ X.X.X - 2021-XX-XX
**Other:**

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


1.4.3 - 2021-06-25
Expand Down
3 changes: 1 addition & 2 deletions conda.recipe/meta.yaml
Expand Up @@ -40,11 +40,10 @@ requirements:
- python
- joblib
- numexpr
- {{ pin_compatible('numpy', lower_bound='1.16') }}
- {{ pin_compatible('numpy') }}
- pandas
- scikit-learn >=0.23
- scipy
- sparse_dot_mkl >=0.4.0
- quantcore.matrix >=1.0.0

test:
Expand Down

0 comments on commit 15b1096

Please sign in to comment.