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 - defaults
dependencies: dependencies:
- python>=3.9 - python>=3.9
- pip=20.3 - pip>=22.2
- cudatoolkit=11.3 - cudatoolkit
- pytorch=1.11.0 - pytorch
- torchvision=0.12.0 - torchvision
- numpy=1.19.2 - numpy
- pip: - pip:
- albumentations==0.4.3 - albumentations==0.4.3
- opencv-python==4.5.5.64 - opencv-python==4.5.5.64