Skip to content

Commit

Permalink
Pin quantcore.matrix. (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtilly authored Nov 11, 2020
1 parent b36c5a1 commit 1ddca5a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ repos:
- --check-untyped-defs
- --ignore-missing-imports
- --namespace-packages
additional_dependencies:
- python=3.8
- repo: https://github.com/Quantco/pre-commit-mirrors-pyupgrade
rev: 1.26.0
hooks:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Changelog
=========


0.0.15 - 2020-11-11
-------------------

**Other**
- Pin quantcore.matrix < 1.0.0 as we are expecting a breaking change with version 1.0.0.

0.0.14 - 2020-08-06
-------------------

Expand Down
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ requirements:
- scikit-learn >=0.23
- scipy
- sparse_dot_mkl >=0.4.0
- quantcore.matrix >=0.0.3
- quantcore.matrix >=0.0.3,<1.0.0

test:
requires:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
- xsimd
- dask-ml
- tqdm
- quantcore.matrix>=0.0.6
- quantcore.matrix>=0.0.6,<1.0.0
- sphinx
- sphinx_rtd_theme
- sphinxcontrib-apidoc
Expand Down

0 comments on commit 1ddca5a

Please sign in to comment.