Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthPumpkin committed May 30, 2018
1 parent b5beb64 commit b9ca571
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions requirements.txt
@@ -1,24 +1,24 @@
## Requirements ##

# General
numpy
Pillow
numpy == 1.14.3
Pillow == 5.1.0
imageio == 2.3.0
six
joblib
six == 1.11.0
joblib == 0.11
tqdm

# PyTorch
torch >= 0.4.0
torchvision
torch == 0.4.0
torchvision == 0.2.1

# Required to build PyTorch extensions
cffi
cffi==1.11.5

# Tensorboard
tensorflow
git+https://github.com/lanpa/tensorboard-pytorch@f76e92be99cb4415c03f474d77ab09915bce6d55
tensorboardX

# OpenCV
opencv-python
opencv-contrib-python
opencv-python == 3.4.1.15
opencv-contrib-python == 3.4.0.14

0 comments on commit b9ca571

Please sign in to comment.