We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37954ba commit dcb5953Copy full SHA for dcb5953
requirements.txt
@@ -10,9 +10,9 @@ pyntcore==2023.4.3.0
10
robotpy-hal==2023.4.3.0
11
wpilib==2023.4.3.0
12
13
-robotpy-halsim-gui==2023.4.3.0; platform_machine != "armv7l"
+robotpy-halsim-gui==2023.4.3.0; platform_machine != "armv7l" and platform_machine != "aarch64"
14
15
# These are not pinned
16
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"
+robotpy-installer<2024.0.0,>=2023.0.2; platform_machine != "armv7l" and platform_machine != "aarch64"
+pyfrc<2024.0.0,>=2023.0.1; platform_machine != "armv7l" and platform_machine != "aarch64"
0 commit comments