Skip to content

Commit

Permalink
Fix package build dependencies (#20015)
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli authored Jun 25, 2024
1 parent 55b95f2 commit d0d01d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion requirements/app/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fsspec[http] >=2022.5.0, <2023.11.0
croniter >=1.3.0, <1.5.0 # strict; TODO: for now until we find something more robust.
traitlets >=5.3.0, <5.12.0
arrow >=1.2.0, <1.3.0
lightning-utilities >=0.8.0, <0.12.0
lightning-utilities >=0.10.0, <0.12.0
beautifulsoup4 >=4.8.0, <4.13.0
inquirer >=2.10.0, <3.2.0
psutil <5.9.6
Expand All @@ -27,3 +27,4 @@ urllib3 <2.0.0
uvicorn <0.24.0
websocket-client <1.7.0
websockets <11.1.0
numpy >=1.17.2, <2.0
7 changes: 4 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
setuptools
wheel
setuptools <70.1.1
wheel <0.44.0
awscli >=1.30.0, <1.31.0
twine ==4.0.1
importlib-metadata <8.0.0
wget
packaging
packaging <24.2

0 comments on commit d0d01d3

Please sign in to comment.