File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7777
7878 - bash : |
7979 pip install -e .[dev] --find-links ${TORCH_URL}
80- pip install setuptools==75.6.0
80+ pip install setuptools==75.6.0 jsonargparse==4.35.0
8181 env:
8282 FREEZE_REQUIREMENTS: "1"
8383 displayName: "Install package"
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 - bash : |
108108 extra=$(python -c "print({'lightning': 'fabric-'}.get('$(PACKAGE_NAME)', ''))")
109109 pip install -e ".[${extra}dev]" pytest-timeout -U --find-links="${TORCH_URL}" --find-links="${TORCHVISION_URL}"
110- pip install setuptools==75.6.0
110+ pip install setuptools==75.6.0 jsonargparse==4.35.0
111111 displayName: "Install package & dependencies"
112112
113113 - bash : |
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 - bash : |
112112 extra=$(python -c "print({'lightning': 'pytorch-'}.get('$(PACKAGE_NAME)', ''))")
113113 pip install -e ".[${extra}dev]" pytest-timeout -U --find-links="${TORCH_URL}" --find-links="${TORCHVISION_URL}"
114- pip install setuptools==75.6.0
114+ pip install setuptools==75.6.0 jsonargparse==4.35.0
115115 displayName: "Install package & dependencies"
116116
117117 - bash : pip uninstall -y lightning
You can’t perform that action at this time.
0 commit comments