Skip to content

Commit

Permalink
Relax dask version dependency (#387)
Browse files Browse the repository at this point in the history
* Initial commit and CHANGELOG.rst

* Relax tight pinning of a version of dask[distributed]

* Pin isort<5.0.0
  • Loading branch information
hpesonen authored Oct 12, 2021
1 parent 5e68480 commit 292f3ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changelog
=========

- Relax tightly pinned dependency on a version of dask[distributed]
- Change lotka-volterra priors to follow the given reference
- Fix README.md badges
- Fix a few small issues with CONTRIBUTING.rst
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pytest-rerunfailures>=4.1
# Linting
flake8>=3.0.4
flake8-docstrings>=1.0.2
isort>=4.2.5
isort>=4.2.5, <5.0.0
flake8-isort>=2.0.1
pydocstyle<5.0.0

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dask[distributed]==2.30.0
dask[distributed]>=2.30.0
numpy>=1.12.1
scipy>=0.19
matplotlib>=1.1
Expand Down

0 comments on commit 292f3ad

Please sign in to comment.