mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 08:13:22 +01:00
Use python 3.8.13 instead of 3.8.5, since 3.8.5 seems to be missing openssl in some pip repositories
This commit is contained in:
parent
489aae7a46
commit
b3e9b266fa
@ -1,7 +1,16 @@
|
||||
diff --git a/environment.yaml b/environment.yaml
|
||||
index 7f25da8..306750f 100644
|
||||
index 7f25da8..19ddcd8 100644
|
||||
--- a/environment.yaml
|
||||
+++ b/environment.yaml
|
||||
@@ -3,7 +3,7 @@ channels:
|
||||
- pytorch
|
||||
- defaults
|
||||
dependencies:
|
||||
- - python=3.8.5
|
||||
+ - python=3.8.13
|
||||
- pip=20.3
|
||||
- cudatoolkit=11.3
|
||||
- pytorch=1.11.0
|
||||
@@ -23,6 +23,8 @@ dependencies:
|
||||
- torch-fidelity==0.3.0
|
||||
- transformers==4.19.2
|
||||
|
Loading…
Reference in New Issue
Block a user