unpin conda package versions in environment.yml

This commit is contained in:
mauwii 2022-10-17 02:07:17 +02:00
parent f4fc02a3da
commit 65b14683a8
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

View File

@ -4,11 +4,11 @@ channels:
- defaults
dependencies:
- python>=3.9
- pip=20.3
- cudatoolkit=11.3
- pytorch=1.11.0
- torchvision=0.12.0
- numpy=1.19.2
- pip>=22.2
- cudatoolkit
- pytorch
- torchvision
- numpy
- pip:
- albumentations==0.4.3
- opencv-python==4.5.5.64