File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@v5.0.0
3333
3434 - name : Install uv
35- uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4
35+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41
3636 with :
3737 # Install a specific version of uv.
3838 version : " 0.7.6"
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v5.0.0
2020
2121 - name : Install uv
22- uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4
22+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41
2323 with :
2424 # Install a specific version of uv.
2525 version : " 0.7.6"
Original file line number Diff line number Diff line change 4040 - uses : actions/checkout@v5.0.0
4141
4242 - name : Install uv
43- uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4
43+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41
4444 with :
4545 # Install a specific version of uv.
4646 version : " 0.7.6"
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ repository = "https://github.com/VectorInstitute/aieng-template-implementation"
88requires-python = " >=3.12"
99dependencies = [
1010 " aieng-topic-impl" ,
11- " jupyterlab>=4.4.2" ,
11+ " jupyterlab>=4.4.8" ,
12+ " pip>=25.3" ,
1213]
1314
1415[dependency-groups ]
You can’t perform that action at this time.
0 commit comments