DNSPython workaround

DNSPython had an update eventlet is not ready for. We now manually cap DNSPython to ensure the installations still happen correctly.
This commit is contained in:
Henk
2023-01-16 16:32:17 +01:00
parent 307fc97b9d
commit e9859cf17d
4 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ dependencies:
- python=3.8.*
- cudatoolkit=11.1
- eventlet
- dnspython=2.2.1
- markdown
- bleach=4.1.0
- pip

View File

@@ -8,6 +8,7 @@ dependencies:
- flask-session
- python=3.8.*
- eventlet
- dnspython=2.2.1
- markdown
- bleach=4.1.0
- pip