Skip to content

Instantly share code, notes, and snippets.

@ktakayama
Created August 24, 2022 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ktakayama/85b07a43b418307a7ac2f3927919f3b3 to your computer and use it in GitHub Desktop.
Save ktakayama/85b07a43b418307a7ac2f3927919f3b3 to your computer and use it in GitHub Desktop.
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