Skip to content

Commit

Permalink
📌 Pin minimum torchdata version to 0.4.0 (#25)
Browse files Browse the repository at this point in the history
Included new Dataloader2 and utility to visualize DataPipe graphs!

Bumps [torchdata](https://github.com/pytorch/data) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/pytorch/data/releases)
- [Commits](pytorch/data@v0.3.0...v0.4.0)

Also edited xbatcher dependency spec to be >=0.1.0 rather than ^0.1.0.
  • Loading branch information
weiji14 committed Jul 16, 2022
1 parent e89820a commit 75e36da
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 27 deletions.
80 changes: 55 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -20,10 +20,10 @@ classifiers = [
# Required
python = "^3.8"
rioxarray = ">=0.10.0"
torchdata = ">=0.3.0"
torchdata = ">=0.4.0"
# Optional
pyogrio = {version = ">=0.4.0", extras = ["geopandas"], optional = true}
xbatcher = {version = "^0.1.0", optional = true}
xbatcher = {version = ">=0.1.0", optional = true}
# Docs
jupyter-book = {version="*", optional=true}
planetary-computer = {version="*", optional=true}
Expand Down

0 comments on commit 75e36da

Please sign in to comment.