attempt to fix deps

This commit is contained in:
Zied Aouini 2025-11-17 09:41:45 +01:00
parent 892b71af12
commit babbca660f
No known key found for this signature in database
3 changed files with 4 additions and 7 deletions

View file

@ -57,5 +57,5 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python3 -m pip install --upgrade pip --break-system-packages
python3 -m pip install twine --break-system-packages
python3 -m pip install -r dev_requirements.txt --break-system-packages
python3 -m twine upload --skip-existing ./wheelhouse/nfstream-*.whl

View file

@ -4,7 +4,7 @@ numpy>=1.19.5
pandas>=1.1.5
dpkt>=1.9.7
wheel>=0.37.0
twine>=3.4.2
setuptools>=57.4.0
twine>=6.2.0
setuptools>=77.0.0
codecov>=2.1.12
tqdm>=4.63.0

View file

@ -10,7 +10,4 @@ select = "*-musllinux*"
before-all = """
apk add --no-cache autoconf automake libtool pkgconfig gettext json-c-dev libusb-dev dbus-glib-dev bluez-libs bluez-dev libnl3-dev flex bison && \
install -d "$(aclocal --print-ac-dir)" && cp /usr/share/aclocal/pkg.m4 "$(aclocal --print-ac-dir)/"
"""
[tool.setuptools]
license-files = []
"""