diff --git a/environment.yaml b/environment.yaml new file mode 100644 index 00000000..3c6b94e1 --- /dev/null +++ b/environment.yaml @@ -0,0 +1,6 @@ +name: fooocus +channels: + - defaults +dependencies: + - python=3.10 + - pip=23.0 diff --git a/requirements_versions.txt b/requirements_versions.txt index 8bd0ec2a..f5308021 100644 --- a/requirements_versions.txt +++ b/requirements_versions.txt @@ -9,3 +9,4 @@ scipy==1.9.3 tqdm==4.64.1 psutil==5.9.5 opencv-python==4.7.0.72 +numpy==1.23