Closed peytondmurray closed 4 weeks ago
Fixes #915.
This pull request pins pyyaml==5.3.1 due to an incompatibility with cython>=3, which is a transitive dependency of this project.
pyyaml==5.3.1
cython>=3
@soapy1 Would you be willing to check that this works for you? It's enough to run tests and then hatch shell dev inside conda-store-server/.
hatch shell dev
conda-store-server/
Fixes #915.
Description
This pull request pins
pyyaml==5.3.1
due to an incompatibility withcython>=3
, which is a transitive dependency of this project.Pull request checklist
@soapy1 Would you be willing to check that this works for you? It's enough to run tests and then
hatch shell dev
insideconda-store-server/
.