update mac environment

use conda packages where possible as mentioned in conda docs
https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-pkgs.html#installing-non-conda-packages
This commit is contained in:
mauwii 2022-10-28 23:11:07 +02:00
parent 1ca1ab594c
commit 0d3a931e88
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

View File

@ -3,57 +3,57 @@ channels:
- pytorch - pytorch
- conda-forge - conda-forge
dependencies: dependencies:
- python==3.9.13 - python=3.9.13
- pip==22.2.2 - pip=22.2.2
# pytorch left unpinned # pytorch left unpinned
- pytorch==1.12.1 - pytorch=1.12.1
- torchvision==0.13.1 - torchvision=0.13.1
# I suggest to keep the other deps sorted for convenience. # I suggest to keep the other deps sorted for convenience.
# To determine what the latest versions should be, run: # To determine what the latest versions should be, run:
# #
# ```shell # ```shell
# sed -E 's/ldm/ldm-updated/;20,99s/- ([^=]+)==.+/- \1/' environment-mac.yml > environment-mac-updated.yml # sed -E 's/invokeai/invokeai-updated/;20,99s/- ([^=]+)==.+/- \1/' environment-mac.yml > environment-mac-updated.yml
# CONDA_SUBDIR=osx-arm64 conda env create -f environment-mac-updated.yml && conda list -n ldm-updated | awk ' {print " - " $1 "==" $2;} ' # CONDA_SUBDIR=osx-arm64 conda env create -f environment-mac-updated.yml && conda list -n invokeai-updated | awk ' {print " - " $1 "==" $2;} '
# ``` # ```
- albumentations==1.2.1 - albumentations=1.2.1
- coloredlogs==15.0.1 - coloredlogs=15.0.1
- diffusers==0.6.0 - diffusers=0.6.0
- einops==0.4.1 - einops=0.4.1
- grpcio==1.46.4 - grpcio=1.46.4
- humanfriendly==10.0 - humanfriendly=10.0
- imageio==2.21.2 - imageio=2.21.2
- imageio-ffmpeg==0.4.7 - imageio-ffmpeg=0.4.7
- imgaug==0.4.0 - imgaug=0.4.0
- kornia==0.6.7 - kornia=0.6.7
- mpmath==1.2.1 - mpmath=1.2.1
- nomkl=1.0 - nomkl=1.0
- numpy==1.23.2 - numpy=1.23.*
- omegaconf==2.1.1 - omegaconf=2.1.1
- openh264==2.3.0 - openh264=2.3.0
- onnx==1.12.0 - onnx=1.12.0
- onnxruntime==1.12.1 - onnxruntime=1.12.1
- pudb==2022.1 - pudb=2022.1
- pytorch-lightning==1.7.5 - pytorch-lightning=1.7.7
- scipy==1.9.1 - scipy=1.9.1
- streamlit==1.12.2 - streamlit=1.12.2
- sympy==1.10.1 - sympy=1.10.1
- tensorboard==2.10.0 - tensorboard=2.10.0
- torchmetrics==0.9.3 - torchmetrics=0.9.3
- opencv=4.6.*
- flask=2.1.3
- flask-socketio=5.3.0
- flask_cors=3.0.10
- eventlet=0.33.1
- protobuf=3.20.*
- send2trash=1.8.0
- transformers=4.23.*
- torch-fidelity=0.3.0
- pip: - pip:
- flask==2.1.3
- flask_socketio==5.3.0
- flask_cors==3.0.10
- dependency_injector==4.40.0 - dependency_injector==4.40.0
- eventlet==0.33.1
- opencv-python==4.6.0
- protobuf==3.19.6
- realesrgan==0.2.5.0 - realesrgan==0.2.5.0
- send2trash==1.8.0
- test-tube==0.7.5 - test-tube==0.7.5
- transformers==4.21.3
- torch-fidelity==0.3.0
- -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers - -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
- -e git+https://github.com/openai/CLIP.git@main#egg=clip - -e git+https://github.com/openai/CLIP.git@main#egg=clip
- -e git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k_diffusion - -e git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k_diffusion