Skip to content

Commit dcb5953

Browse files
authored
Remove 64 bit pi from desktop requirements
1 parent 37954ba commit dcb5953

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ pyntcore==2023.4.3.0
1010
robotpy-hal==2023.4.3.0
1111
wpilib==2023.4.3.0
1212

13-
robotpy-halsim-gui==2023.4.3.0; platform_machine != "armv7l"
13+
robotpy-halsim-gui==2023.4.3.0; platform_machine != "armv7l" and platform_machine != "aarch64"
1414

1515
# These are not pinned
1616
robotpy-wpilib-utilities<2024,>=2023.0.0
17-
robotpy-installer<2024.0.0,>=2023.0.2; platform_machine != "armv7l"
18-
pyfrc<2024.0.0,>=2023.0.1; platform_machine != "armv7l"
17+
robotpy-installer<2024.0.0,>=2023.0.2; platform_machine != "armv7l" and platform_machine != "aarch64"
18+
pyfrc<2024.0.0,>=2023.0.1; platform_machine != "armv7l" and platform_machine != "aarch64"

0 commit comments

Comments
 (0)