Skip to content
Snippets Groups Projects

Stop Downloading Densenet in nosetests

Merged Anjith GEORGE requested to merge densenet into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -38,7 +38,6 @@ requirements:
@@ -38,7 +38,6 @@ requirements:
- docopt {{ docopt }}
- docopt {{ docopt }}
- matplotlib {{ matplotlib }}
- matplotlib {{ matplotlib }}
- h5py {{ h5py }}
- h5py {{ h5py }}
- cudatoolkit {{ cudatoolkit }} # [linux]
- tensorflow {{ tensorflow }}
- tensorflow {{ tensorflow }}
- pytorch {{ pytorch }} # [linux]
- pytorch {{ pytorch }} # [linux]
- torchvision {{ torchvision }} # [linux]
- torchvision {{ torchvision }} # [linux]
@@ -49,7 +48,6 @@ requirements:
@@ -49,7 +48,6 @@ requirements:
- {{ pin_compatible('docopt') }}
- {{ pin_compatible('docopt') }}
- {{ pin_compatible('matplotlib') }}
- {{ pin_compatible('matplotlib') }}
- {{ pin_compatible('h5py') }}
- {{ pin_compatible('h5py') }}
- {{ pin_compatible('cudatoolkit') }} # [linux]
- {{ pin_compatible('tensorflow') }}
- {{ pin_compatible('tensorflow') }}
- {{ pin_compatible('pytorch') }} # [linux]
- {{ pin_compatible('pytorch') }} # [linux]
- {{ pin_compatible('torchvision') }} # [linux]
- {{ pin_compatible('torchvision') }} # [linux]
Loading