Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,13 @@ jobs:
- pydevd
- pyinstrument
- PyYAML
- shapely
- pyclipper
- yappi
- zope.interface

steps:
- uses: actions/checkout@v4

# temporary fix needed for shapely
- run: apt-get update && apt-get install -y bzip2

# temporary fix
- run: /build/venv/bin/cross-python -m pip config set global.extra-index-url https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-2025/simple

Expand Down Expand Up @@ -82,7 +79,7 @@ jobs:
run: |
/build/venv/bin/cross-python whl_mod.py ${{ matrix.package }} ${{ steps.build.outputs.wheel }}
ls dist/*

# Some packages are stupid
- name: Remove extra wheels
if: steps.check.outputs.should_build == 'true'
Expand Down
11 changes: 3 additions & 8 deletions packages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,13 @@ build_pip_requirements = [
# [packages.scipy]
# version = "1.5.3"

[packages.shapely]
version = "1.8.5"
[packages.pyclipper]
version = "1.3.0.post6"
build_pip_requirements = [
"setuptools",
"Cython>=3.0",
"numpy",
"setuptools_scm==7.1.0",
]
pre_script = "scripts/build_geos.sh"

[packages.shapely.environment]
GEOS_CONFIG = "/usr/local/arm-nilrt-linux-gnueabi/sysroot/usr/bin/geos-config"


[packages."zope.interface"]
version = "7.1.0"
Expand Down
25 changes: 0 additions & 25 deletions scripts/build_geos.sh

This file was deleted.

Loading