update requirements.txt

This commit is contained in:
Glenn Jocher 2020-07-16 13:37:58 -07:00
parent 37acbdc0b6
commit 3e8c89d5ab
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
# pip install -U -r requirements.txt # pip install -U -r requirements.txt
Cython Cython
numpy==1.17.3 numpy>=1.18.5
opencv-python opencv-python
torch>=1.5.1 torch>=1.5.1
matplotlib matplotlib
pillow pillow
tensorboard tensorboard
PyYAML>=5.3 PyYAML>=5.3
torchvision torchvision>=0.6
scipy scipy
tqdm tqdm
git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI