SocketIO Requirements Pin

This commit is contained in:
Henk 2023-03-17 01:28:59 +01:00
parent ffa5c0bc13
commit 219b824b9b
4 changed files with 18 additions and 14 deletions

View File

@ -5,12 +5,13 @@ channels:
- defaults - defaults
dependencies: dependencies:
- colorama - colorama
- flask-socketio - flask-socketio=5.3.2
- flask-session - flask-session=0.4.0
- python-socketio=5.7.2
- pytorch=1.11.* - pytorch=1.11.*
- python=3.8.* - python=3.8.*
- cudatoolkit=11.1 - cudatoolkit=11.1
- eventlet - eventlet=0.33.3
- dnspython=2.2.1 - dnspython=2.2.1
- markdown - markdown
- bleach=4.1.0 - bleach=4.1.0

View File

@ -4,10 +4,11 @@ channels:
- defaults - defaults
dependencies: dependencies:
- colorama - colorama
- flask-socketio - flask-socketio=5.3.2
- flask-session - flask-session=0.4.0
- python-socketio=5.7.2
- python=3.8.* - python=3.8.*
- eventlet - eventlet=0.33.3
- dnspython=2.2.1 - dnspython=2.2.1
- markdown - markdown
- bleach=4.1.0 - bleach=4.1.0

View File

@ -1,12 +1,13 @@
transformers==4.24.0 transformers==4.24.0
huggingface_hub==0.12.1 huggingface_hub==0.12.1
Flask Flask==2.2.3
Flask-SocketIO Flask-SocketIO==5.3.2
python-socketio==5.7.2
requests requests
torch >= 1.9, < 1.13 torch >= 1.9, < 1.13
flask-cloudflared==0.0.10 flask-cloudflared==0.0.10
flask-ngrok flask-ngrok
eventlet eventlet==0.33.3
dnspython==2.2.1 dnspython==2.2.1
lupa==1.10 lupa==1.10
markdown markdown
@ -14,7 +15,7 @@ bleach==4.1.0
sentencepiece sentencepiece
protobuf protobuf
accelerate accelerate
flask-session flask-session==0.4.0
marshmallow>=3.13 marshmallow>=3.13
apispec-webframeworks apispec-webframeworks
loguru loguru

View File

@ -9,16 +9,17 @@ transformers == 4.24.0
huggingface_hub==0.12.1 huggingface_hub==0.12.1
progressbar2 progressbar2
git+https://github.com/VE-FORBRYDERNE/mesh-transformer-jax@ck git+https://github.com/VE-FORBRYDERNE/mesh-transformer-jax@ck
flask Flask==2.2.3
Flask-SocketIO Flask-SocketIO==5.3.2
python-socketio==5.7.2
flask-cloudflared==0.0.10 flask-cloudflared==0.0.10
flask-ngrok flask-ngrok
eventlet eventlet==0.33.3
dnspython==2.2.1 dnspython==2.2.1
lupa==1.10 lupa==1.10
markdown markdown
bleach==4.1.0 bleach==4.1.0
flask-session flask-session==0.4.0
marshmallow>=3.13 marshmallow>=3.13
apispec-webframeworks apispec-webframeworks
loguru loguru