Skip to content

Commit

Permalink
PyUP - Dependency Update Scheduled daily dependency update on saturday (
Browse files Browse the repository at this point in the history
#874)

* Pin requests to latest version 2.20.0

* Pin pytest to latest version 3.9.1

* Update requirements.txt

* Update requirements_test.txt

* Update CHANGELOG.md
  • Loading branch information
pyup-bot authored and Jonathan DEKHTIAR committed Oct 20, 2018
1 parent f8c8448 commit 705094e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
30 changes: 22 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,26 @@ To release a new version, please update the changelog as followed:

<!-- YOU CAN EDIT FROM HERE -->

## [Unreleased]

### Added

### Changed

### Dependencies Update
- pytest>=3.6,<3.9 => pytest>=3.6,<3.10 (PR #874)
- requests>=2.19,<2.20 => requests>=2.19,<2.21 (PR #874)

### Deprecated

### Fixed

### Removed

### Security

### Contributors

## [1.11.0] - 2018-10-18

### Added
Expand All @@ -85,7 +105,6 @@ To release a new version, please update the changelog as followed:
- `examples/data_process/tutorial_fast_affine_transform.py` (PR #857)

### Changed

- BatchNormLayer: support `data_format`

### Dependencies Update
Expand All @@ -97,15 +116,9 @@ To release a new version, please update the changelog as followed:
- tqdm>=4.23,<4.26 => tqdm>=4.23,<4.28 (PR #862 & #868)
- pydocstyle>=2.1,<2.2 => pydocstyle>=2.1,<3.1 (PR #866)

### Deprecated

### Fixed
- Correct offset calculation in `tl.prepro.transform_matrix_offset_center` (PR #855)

### Removed

### Security

### Contributors
- @2wins: #850 #855
- @DEKHTIARJonathan: #853
Expand Down Expand Up @@ -402,7 +415,8 @@ To release a new version, please update the changelog as followed:

@zsdonghao @luomai @DEKHTIARJonathan

[Unreleased]: https://github.com/tensorlayer/tensorlayer/compare/1.10.1...master
[Unreleased]: https://github.com/tensorlayer/tensorlayer/compare/1.11.0...master
[1.11.0]: https://github.com/tensorlayer/tensorlayer/compare/1.10.1...1.11.0
[1.10.1]: https://github.com/tensorlayer/tensorlayer/compare/1.10.0...1.10.1
[1.10.0]: https://github.com/tensorlayer/tensorlayer/compare/1.9.1...1.10.0
[1.9.1]: https://github.com/tensorlayer/tensorlayer/compare/1.9.0...1.9.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lxml>=4.2,<4.3
matplotlib>=2.2,<3.1
numpy>=1.14,<1.16
progressbar2>=3.38,<3.39
requests>=2.19,<2.20
requests>=2.19,<2.21
scikit-learn>=0.19,<0.21
scikit-image>=0.14,<0.15
scipy>=1.1,<1.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
keras>=2.2,<2.3
pycodestyle>=2.0,<2.5
pydocstyle>=2.1,<3.1
pytest>=3.6,<3.9
pytest>=3.6,<3.10
pytest-cache>=1.0,<1.1
pytest-cov>=2.5,<2.7
pytest-xdist>=1.22,<1.24
Expand Down

0 comments on commit 705094e

Please sign in to comment.