Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the pip group across 2 directories with 12 updates #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions requirements/app/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ beautifulsoup4>=4.8.0, <4.11.2
inquirer>=2.10.0, <=3.1.2
psutil<5.9.5
click<=8.1.3
fastapi<0.89.0 # strict; TODO: broken serializations
fastapi<0.112.0 # strict; TODO: broken serializations

dateutils<=0.6.12
Jinja2<=3.1.2
pydantic<=1.10.4
Jinja2<=3.1.4
pydantic<=2.8.2
PyYAML<=6.0
requests<2.28.3
requests<2.32.4
rich >=12.3.0, <=13.0.1
starlette<0.24.0
urllib3<=1.26.13
starlette<0.38.0
urllib3<=2.2.2
uvicorn<=0.17.6
websocket-client<1.5.2
websockets<=10.4
2 changes: 1 addition & 1 deletion requirements/app/components.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# deps required by components in the lightning app repository (src/lightning/app/components)
lightning_api_access>=0.0.3 # serve
aiohttp>=3.8.0, <=3.8.3 # auto_scaler
aiohttp>=3.8.0, <=3.9.5 # auto_scaler
lightning-fabric>=1.9.0 # multinode
pytorch-lightning>=1.9.0 # multinode
2 changes: 1 addition & 1 deletion requirements/app/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ httpx
trio<0.22.0
pympler
psutil
setuptools<67.7.0
setuptools<70.4.0
sqlmodel
requests-mock
2 changes: 1 addition & 1 deletion requirements/app/ui.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
streamlit>=1.13.0, <1.16.1
streamlit>=1.13.0, <1.36.1
panel>=0.12.7, <=0.13.1
2 changes: 1 addition & 1 deletion requirements/pytorch/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

numpy>=1.17.2, <1.24.2
torch>=1.11.0, <=2.0.0
tqdm>=4.57.0, <4.65.0
tqdm>=4.57.0, <4.67.0
PyYAML>=5.4, <=6.0
fsspec[http]>2021.06.0, <2023.2.0
torchmetrics>=0.7.0, <0.12.0 # needed for using fixed compare_version
Expand Down
6 changes: 3 additions & 3 deletions requirements/pytorch/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ pytest-rerunfailures==10.3

# needed in tests
cloudpickle>=1.3, <2.3.0
scikit-learn>0.22.1, <1.2.1
onnx<1.14.0
scikit-learn>0.22.1, <1.5.2
onnx<1.17.0
onnxruntime<1.14.0
psutil<5.9.5 # for `DeviceStatsMonitor`
pandas>1.0, <1.5.4 # needed in benchmarks
fastapi<0.87.0 # for `ServableModuleValidator`
fastapi<0.112.0 # for `ServableModuleValidator`
uvicorn<0.19.1 # for `ServableModuleValidator`

tensorboard>=2.9.1, <2.12.0 # for `TensorBoardLogger`
Expand Down
Loading