File tree 3 files changed +200
-201
lines changed
3 files changed +200
-201
lines changed Original file line number Diff line number Diff line change 61
61
workon pip-fixed-venv > /dev/null 2>&1
62
62
63
63
pip3 install \
64
- --extra- index-url https://files.nordicsemi.com/artifactory/api/pypi/nordic-pypi/simple \
65
- pip-compile-cross-platform==1.4.2+nordic.2 --upgrade > /dev/null 2>&1
64
+ --index-url https://files.nordicsemi.com/artifactory/api/pypi/nordic-pypi/simple \
65
+ pip-compile-cross-platform==1.4.2+nordic.3 --upgrade > /dev/null 2>&1
66
66
pip-compile-cross-platform \
67
67
bootloader/mcuboot/scripts/requirements.txt \
68
68
zephyr/scripts/requirements.txt \
71
71
nrf/scripts/requirements-extra.txt \
72
72
nrf/scripts/requirements.txt \
73
73
--output-file nrf/scripts/requirements-fixed.txt \
74
- --min-python-version 3.10
74
+ --min-python-version 3.12 \
75
+ --index-url https://files.nordicsemi.com/artifactory/api/pypi/nordic-pypi/simple
75
76
76
77
deactivate
77
78
rmvirtualenv pip-fixed-venv
Original file line number Diff line number Diff line change
1
+ --index-url https://files.nordicsemi.com/artifactory/api/pypi/nordic-pypi/simple
2
+
1
3
pygit2>=1.15.0
2
4
Pillow>=10.3.0 # https://github.com/advisories/GHSA-44wm-f244-xhp3
3
5
editdistance>=0.5.0
@@ -7,5 +9,4 @@ zcbor>=0.8.0
7
9
nrfcredstore>=1.0.0,<2
8
10
idna>=3.7 # https://github.com/advisories/GHSA-jjg7-2v4v-x38h
9
11
libusb>=1.0.26
10
- --extra-index-url https://files.nordicsemi.com/artifactory/api/pypi/nordic-pypi/simple
11
12
nrfprovision>=0.9.0
You can’t perform that action at this time.
0 commit comments