File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ jobs:
4242 - name : Install dependencies
4343 env :
4444 FREEZE_REQUIREMENTS : 1
45+ PACKAGE_NAME : ${{ matrix.pkg }}
4546 run : |
4647 sudo apt-get update
4748 sudo apt-get install -y cmake pandoc
4849 pip --version
49- pip install -q fire
5050 # python -m pip install --upgrade --user pip
5151 pip install -e . --quiet -r requirements/${{ matrix.pkg }}/docs.txt --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
5252 pip install -r requirements/${{ matrix.pkg }}/devel.txt
9191 - name : Install dependencies
9292 env :
9393 FREEZE_REQUIREMENTS : 1
94+ PACKAGE_NAME : ${{ matrix.pkg }}
9495 run : |
9596 sudo apt-get update
9697 sudo apt-get install -y cmake pandoc
Original file line number Diff line number Diff line change 1- # NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
2- # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
3-
41pytorch_lightning>=1.6.5
52lightning_app>=0.5.2
You can’t perform that action at this time.
0 commit comments