forked from prusa3d/Prusa-Firmware-Buddy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix prusa3d#4407 initial depenency bootstrapping fails
- replace urlretrieve with requests - cleanup download_and_unzip function during bootstrap - adjust python requirements for pipeline and dev
- Loading branch information
1 parent
8978fe1
commit 2ee73e7
Showing
3 changed files
with
44 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ python-bidi==0.4.2 | |
pyyaml~=6.0 | ||
qoi~=0.5.0 | ||
setuptools~=70.1.0 | ||
requests==2.32.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ pyyaml~=6.0 | |
qoi~=0.5.0 | ||
numpy==1.26.4 | ||
setuptools~=70.1.0 | ||
requests==2.32.3 |