mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
unpin pytorch / torchvision
also loosen verisons of scipy flask-socketio flask_cors
This commit is contained in:
parent
78f7094a0b
commit
da33e038ca
@ -7,8 +7,8 @@ dependencies:
|
|||||||
- pip=22.2.2
|
- pip=22.2.2
|
||||||
|
|
||||||
# pytorch left unpinned
|
# pytorch left unpinned
|
||||||
- pytorch=1.12.*
|
- pytorch
|
||||||
- torchvision=0.13.*
|
- torchvision
|
||||||
|
|
||||||
# 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:
|
||||||
@ -36,15 +36,15 @@ dependencies:
|
|||||||
- onnxruntime=1.12.1
|
- onnxruntime=1.12.1
|
||||||
- pudb=2022.1
|
- pudb=2022.1
|
||||||
- pytorch-lightning=1.7.7
|
- pytorch-lightning=1.7.7
|
||||||
- scipy=1.9.1
|
- scipy=1.9.*
|
||||||
- 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.7.0
|
- torchmetrics>=0.7.0
|
||||||
- py-opencv=4.6.0
|
- py-opencv=4.6.0
|
||||||
- flask=2.1.3
|
- flask=2.1.3
|
||||||
- flask-socketio=5.3.0
|
- flask-socketio=5.3.*
|
||||||
- flask_cors=3.0.10
|
- flask_cors=3.0.*
|
||||||
- eventlet=0.33.1
|
- eventlet=0.33.1
|
||||||
- protobuf=3.20.*
|
- protobuf=3.20.*
|
||||||
- send2trash=1.8.0
|
- send2trash=1.8.0
|
||||||
|
Loading…
Reference in New Issue
Block a user