Skip to content

Commit

Permalink
Merge pull request #146 from martinholmer/master
Browse files Browse the repository at this point in the history
Add anaconda-client as a required dependency
  • Loading branch information
martinholmer authored Dec 15, 2018
2 parents 06bd4d5 + 97db36b commit 531980e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ Go [here](https://github.com/PSLmodels~/Package-Builder/pulls?q=is%3Apr+is%3Aclo
for a complete commit history.


2018-12-15 Release 0.14.0
-------------------------
(last merged pull request is
[#146](https://github.com/PSLmodels/Package-Builder/pull/146))

**API Changes**
- None

**New Features**
- Add `anaconda-client` as a required dependency of Package-Builder
[[#146](https://github.com/PSLmodels/Package-Builder/pull/146)
by Martin Holmer with need pointed out by Hank Doupe]

**Bug Fixes**
- None


2018-12-14 Release 0.13.0
-------------------------
(last merged pull request is
Expand Down
2 changes: 2 additions & 0 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ requirements:
- python
- "conda>=4.5"
- "conda-build>=3.5"
- anaconda-client

run:
- python
- "conda>=4.5"
- "conda-build>=3.5"
- anaconda-client

about:
home: https://github.com/PSLmodels/Package-Builder
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dependencies:
- python
- "conda>=4.5"
- "conda-build>=3.5"
- anaconda-client
- pytest
- pytest-pep8
- pytest-xdist
Expand Down

0 comments on commit 531980e

Please sign in to comment.