mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Add requests as a legit dependency (#25596)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/25596 Giving up on trying to limit this to just a py2 dependency Test Plan: Imported from OSS Differential Revision: D17171063 Pulled By: jamesr66a fbshipit-source-id: 5df35fd128f3051dd9c6709f7d45323fedc12e65
This commit is contained in:
committed by
Facebook Github Bot
parent
76b6b1b1a6
commit
4d415bff2b
@ -169,7 +169,7 @@ If you are building for NVIDIA's Jetson platforms (Jetson Nano, TX1, TX2, AGX Xa
|
||||
|
||||
Common
|
||||
```
|
||||
conda install numpy ninja pyyaml mkl mkl-include setuptools cmake cffi typing
|
||||
conda install numpy ninja pyyaml mkl mkl-include setuptools cmake cffi typing requests
|
||||
```
|
||||
|
||||
On Linux
|
||||
|
@ -1,4 +1,5 @@
|
||||
numpy
|
||||
enum34
|
||||
pyyaml
|
||||
requests
|
||||
typing
|
||||
|
@ -1,6 +1,7 @@
|
||||
future
|
||||
numpy
|
||||
pyyaml
|
||||
requests
|
||||
setuptools
|
||||
six
|
||||
typing
|
||||
typing
|
Reference in New Issue
Block a user