Created
August 24, 2022 00:40
-
-
Save ktakayama/85b07a43b418307a7ac2f3927919f3b3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/environment-mac.yaml b/environment-mac.yaml | |
index d923d56..c8a0a8e 100644 | |
--- a/environment-mac.yaml | |
+++ b/environment-mac.yaml | |
@@ -3,14 +3,14 @@ channels: | |
- pytorch | |
- defaults | |
dependencies: | |
- - python=3.8.5 | |
- - pip=20.3 | |
+ - python=3.9.12 | |
+ - pip=21.2.4 | |
- pytorch=1.12.1 | |
- torchvision=0.13.1 | |
- numpy=1.19.2 | |
- pip: | |
- albumentations==0.4.3 | |
- - opencv-python==4.1.2.30 | |
+ - opencv-python>=4.1.2.30 | |
- pudb==2019.2 | |
- imageio==2.9.0 | |
- imageio-ffmpeg==0.4.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment