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.
2 parents b647b8f + aa5408f commit d0052cbCopy full SHA for d0052cb
2 files changed
.github/workflows/ci.yml
@@ -127,7 +127,7 @@ jobs:
127
run: briefcase package ${{ matrix.briefcase-target }} --update --adhoc-sign
128
129
- name: Upload Logs
130
- uses: actions/upload-artifact@v4.3.1
+ uses: actions/upload-artifact@v4.3.2
131
if: failure()
132
with:
133
name: build-failure-logs-${{ matrix.backend }}-${{ matrix.python-version }}
pyproject.toml
@@ -23,9 +23,7 @@ requires = [
23
"lru_dict",
24
"pillow",
25
"numpy",
26
- # Pandas 2.2.2 doesn't publish ARM64 macOS wheels for Py 3.9 or 3.10
27
- "pandas != 2.2.2; python_version < '3.11'",
28
- "pandas; python_version >= '3.11'"
+ "pandas",
29
]
30
test_requires = [
31
"pytest",
0 commit comments