Skip to content
Snippets Groups Projects
Commit 971f1254 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[conda] Fix dep pinning

parent 46bacfef
No related branches found
No related tags found
1 merge request!12Streamlining
Pipeline #39075 failed
......@@ -34,12 +34,12 @@ requirements:
- python
- setuptools
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('pillow') }}
- {{ pin_compatible('pandas') }}
- {{ pin_compatible('matplotlib') }}
- {{ pin_compatible('pytorch') }} # [linux]
- {{ pin_compatible('torchvision') }} # [linux]
- {{ pin_compatible('h5py') }}
- matplotlib
- pandas
- pillow
- h5py
- tqdm
- tabulate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment