Skip to content
Snippets Groups Projects

Removed legacy components

Merged Tiago de Freitas Pereira requested to merge lecacy into master
1 unresolved thread
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -38,7 +38,7 @@ requirements:
@@ -38,7 +38,7 @@ requirements:
- docopt {{ docopt }}
- docopt {{ docopt }}
- matplotlib {{ matplotlib }}
- matplotlib {{ matplotlib }}
- h5py {{ h5py }}
- h5py {{ h5py }}
- tensorflow {{ tensorflow }}
- tensorflow {{ tensorflow }} # [linux]
- pytorch {{ pytorch }} # [linux]
- pytorch {{ pytorch }} # [linux]
- torchvision {{ torchvision }} # [linux]
- torchvision {{ torchvision }} # [linux]
run:
run:
@@ -48,7 +48,7 @@ requirements:
@@ -48,7 +48,7 @@ requirements:
- {{ pin_compatible('docopt') }}
- {{ pin_compatible('docopt') }}
- {{ pin_compatible('matplotlib') }}
- {{ pin_compatible('matplotlib') }}
- {{ pin_compatible('h5py') }}
- {{ pin_compatible('h5py') }}
- {{ pin_compatible('tensorflow') }}
- {{ pin_compatible('tensorflow') }} # [linux]
- {{ pin_compatible('pytorch') }} # [linux]
- {{ pin_compatible('pytorch') }} # [linux]
- {{ pin_compatible('torchvision') }} # [linux]
- {{ pin_compatible('torchvision') }} # [linux]
Loading