Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Nov 24, 2024
1 parent 94dab59 commit c2506d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE="quay.io/pypa/manylinux_2_28_x86_64"
echo "CIBW_MANYLINUX_X86_64_IMAGE=${CIBW_MANYLINUX_X86_64_IMAGE}" >> "$GITHUB_ENV"
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_ARCHS_MACOS: ${{ matrix.config.arch }}
- name: Archive wheels
uses: actions/upload-artifact@v4
with:
name: limap-${{ matrix.config.os }}-${{ matrix.config.arch }}
path: wheelhouse/limap-*.whl

pypi-publish:
name: Publish wheels to PyPI
Expand Down
11 changes: 3 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,14 @@ numpy
scipy
matplotlib
seaborn
brewer2mpl
tensorboard
tensorboardX
opencv-python
opencv-contrib-python
scikit-learn
scikit-image
shapely
jupyter
bresenham
pyvista
omegaconf
rtree
plyfile
pathlib
open3d==0.16.0
Expand All @@ -31,6 +26,6 @@ ruff==0.6.7

./third-party/pytlsd
./third-party/hawp
-e ./third-party/Hierarchical-Localization
-e ./third-party/DeepLSD
-e ./third-party/GlueStick
./third-party/Hierarchical-Localization
./third-party/DeepLSD
./third-party/GlueStick

0 comments on commit c2506d8

Please sign in to comment.