Add greenlet in requirements
Compare changes
+ 1
− 0
@@ -3,3 +3,4 @@ dataset==1.3.1
@@ -3,3 +3,4 @@ dataset==1.3.1
pre-commit==2.12.1
pre-commit==2.12.1
greenlet==1.1.3
The CoD deployment fail at pip install -r requirements.txt
.
After investigation, it seems to be greenlet
one of the dependencies by dataset
not pin to a specific version and this newer version causes the installation to fail.