Skip to content

Commit

Permalink
Bump einops from 0.5.0 to 0.6.0 in /requirements (#896)
Browse files Browse the repository at this point in the history
* Bump einops from 0.5.0 to 0.6.0 in /requirements

Bumps [einops](https://github.com/arogozhnikov/einops) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/arogozhnikov/einops/releases)
- [Commits](arogozhnikov/einops@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: einops
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump setup.cfg too

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam J. Stewart <[email protected]>
  • Loading branch information
dependabot[bot] and adamjstewart authored Nov 10, 2022
1 parent 94ae2a8 commit 8272210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/required.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
setuptools==65.5.0

# install
einops==0.5.0
einops==0.6.0
fiona==1.9a3
kornia==0.6.8
matplotlib==3.6.2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ keywords = pytorch, deep learning, machine learning, remote sensing, satellite i
[options]
install_requires =
# einops 0.3+ required for einops.repeat
einops>=0.3,<0.6
einops>=0.3,<0.7
# fiona 1.8+ required for reading empty files
fiona>=1.8,<2
# kornia 0.6.4+ required for kornia.contrib.compute_padding
Expand Down

0 comments on commit 8272210

Please sign in to comment.