File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,10 +51,11 @@ jobs:
5151 # drop pt from requirements so not to interfere with the existing one
5252 bash scripts/remove-torch-lines.sh requirements/base.txt
5353 cat requirements/base.txt
54- # double check on test requirements
55- pip install -U -r requirements/base.txt -r requirements/notebooks.txt
54+ pip install -U -r requirements/notebooks.txt
5655 # install this package
5756 python setup.py develop
57+ # double check on test requirements
58+ echo "Install special requirements for notebooks"
5859 displayName: "Install package & ..."
5960
6061 - bash : |
Original file line number Diff line number Diff line change 1+ # just reuse the base requirements
2+ -r base.txt
3+
14ipython[all] ~=8.37.0
25numpy
36liger-kernel == 0.4.0
4- cuda-python
7+ cuda-python >=12.0, <13.0.0 # todo
58litgpt == 0.5.1
You can’t perform that action at this time.
0 commit comments