Skip to content

Commit 6c857c1

Browse files
another tweak
1 parent 5fd8adb commit 6c857c1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
--find-links https://github.com/getsentry/LIEF/releases/expanded_assets/1.0.0
2-
31
aiohttp>=3.12.15
42
asn1crypto>=1.5.0
53
build>=1.3.0
@@ -9,7 +7,11 @@ cryptography>=45.0.7
97
datadog==0.52.1
108
google-api-core==2.25.1
119
google-api-python-client==2.181.0
12-
lief==1.0.0.dev0
10+
11+
# LIEF - use pre-built wheels from our fork
12+
lief @ https://github.com/getsentry/LIEF/releases/download/1.0.0/lief-1.0.0.dev0-cp313-cp313-manylinux2014_aarch64.whl ; sys_platform == 'linux' and platform_machine == 'aarch64'
13+
lief @ https://github.com/getsentry/LIEF/releases/download/1.0.0/lief-1.0.0.dev0-cp313-cp313-macosx_11_0_arm64.whl ; sys_platform == 'darwin' and platform_machine == 'arm64'
14+
lief @ https://github.com/getsentry/LIEF/releases/download/1.0.0/lief-1.0.0.dev0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl ; sys_platform == 'linux' and platform_machine == 'x86_64'
1315
lzfse>=0.4.2
1416
pillow>=11.3.0
1517
pillow_heif>=1.1.0

0 commit comments

Comments
 (0)