Skip to content

Commit

Permalink
Add setuptools req to conda package
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 committed Jan 30, 2025
1 parent 23ff47b commit deb9cd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ outputs:
- pyyaml >=6.0.1
- redis-py
- requests
# setuptools>=70 uses local version of packaging (and other deps) without
# pinning them; conda-lock depends on this, but also doesn't pin the setuptools
# version. See https://github.com/pypa/setuptools/issues/4478 for details
- setuptools<70
- sqlalchemy >=2.0,<2.1
- traitlets
- uvicorn
Expand Down

0 comments on commit deb9cd9

Please sign in to comment.