Skip to content

Commit 1f84b14

Browse files
committed
Revert "add torchdata as prototype dependency (#4499)"
This reverts commit 4bf6086.
1 parent 8c9b48d commit 1f84b14

File tree

5 files changed

+0
-14
lines changed

5 files changed

+0
-14
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ jobs:
200200
pip install --user --progress-bar off mypy
201201
pip install --user --progress-bar off types-requests
202202
pip install --user --progress-bar off --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
203-
pip install --user --progress-bar off git+https://github.com/pytorch/data.git
204203
pip install --user --progress-bar off --editable .
205204
mypy --config-file mypy.ini
206205

.circleci/unittest/linux/scripts/install.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ fi
2626
printf "Installing PyTorch with %s\n" "${cudatoolkit}"
2727
conda install -y -c "pytorch-${UPLOAD_CHANNEL}" "pytorch-${UPLOAD_CHANNEL}"::pytorch "${cudatoolkit}" pytest
2828

29-
printf "Installing torchdata from source"
30-
pip install git+https://github.com/pytorch/data.git
31-
32-
3329
if [ $PYTHON_VERSION == "3.6" ]; then
3430
printf "Installing minimal PILLOW version\n"
3531
# Install the minimal PILLOW version. Otherwise, let setup.py install the latest

.circleci/unittest/windows/scripts/install.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ printf "Installing PyTorch with %s\n" "${cudatoolkit}"
2929
# conda-forge channel is required for cudatoolkit 11.1 on Windows, see https://github.com/pytorch/vision/issues/4458
3030
conda install -y -c "pytorch-${UPLOAD_CHANNEL}" -c conda-forge "pytorch-${UPLOAD_CHANNEL}"::pytorch "${cudatoolkit}" pytest
3131

32-
printf "Installing torchdata from source"
33-
pip install git+https://github.com/pytorch/data.git
34-
35-
3632
if [ $PYTHON_VERSION == "3.6" ]; then
3733
printf "Installing minimal PILLOW version\n"
3834
# Install the minimal PILLOW version. Otherwise, let setup.py install the latest

mypy.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,3 @@ ignore_missing_imports = True
6767
[mypy-defusedxml.*]
6868

6969
ignore_missing_imports = True
70-
71-
[mypy-torchdata.*]
72-
73-
ignore_missing_imports = True

0 commit comments

Comments
 (0)