diff --git a/environment.yaml b/environment.yaml new file mode 120000 index 00000000000..16bde97c2f8 --- /dev/null +++ b/environment.yaml @@ -0,0 +1 @@ +environments-and-requirements/environment-mac.yml \ No newline at end of file diff --git a/installer/py3.10-darwin-x86_64-cpu-reqs.txt b/installer/py3.10-darwin-x86_64-cpu-reqs.txt index e37c887f80a..e437cb122f5 100644 --- a/installer/py3.10-darwin-x86_64-cpu-reqs.txt +++ b/installer/py3.10-darwin-x86_64-cpu-reqs.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe --generate-hashes --output-file=installer/py3.10-darwin-x86_64-cpu-reqs.txt installer/requirements.in # ---extra-index-url https://download.pytorch.org/whl/cu116 +--extra-index-url https://download.pytorch.org/whl/torch_stable.html --trusted-host https absl-py==1.3.0 \ @@ -987,6 +987,7 @@ numpy==1.23.4 \ # pandas # pyarrow # pydeck + # pypatchmatch # pytorch-lightning # pywavelets # qudida @@ -1159,6 +1160,7 @@ pillow==9.3.0 \ # imageio # k-diffusion # matplotlib + # pypatchmatch # realesrgan # scikit-image # streamlit @@ -1294,6 +1296,9 @@ pyparsing==3.0.9 \ # via # matplotlib # packaging +pypatchmatch @ https://github.com/invoke-ai/PyPatchMatch/archive/129863937a8ab37f6bbcec327c994c0f932abdbc.zip \ + --hash=sha256:4ad6ec95379e7d122d494ff76633cc7cf9b71330d5efda147fceba81e3dc6cd2 + # via -r installer/requirements.in pyreadline3==3.4.1 \ --hash=sha256:6f3d1f7b8a31ba32b73917cefc1f28cc660562f39aea8646d30bd6eff21f7bae \ --hash=sha256:b0efb6516fd4fb07b45949053826a62fa4cb353db5be2bbb4a7aa1fdd1e345fb diff --git a/installer/requirements.in b/installer/requirements.in index 0f43cc1e9f0..8ea0d7ebaac 100644 --- a/installer/requirements.in +++ b/installer/requirements.in @@ -17,7 +17,7 @@ streamlit taming-transformers-rom1504 test-tube torch-fidelity -torch==1.12.1 ; platform_system == 'Darwin' +torch==1.12.0 ; platform_system == 'Darwin' torch==1.12.0+cu116 ; platform_system == 'Linux' or platform_system == 'Windows' torchvision==0.13.0 ; platform_system == 'Darwin' torchvision==0.13.0+cu116 ; platform_system == 'Linux' or platform_system == 'Windows'