Skip to content

Commit

Permalink
Push smaller wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Jan 12, 2024
1 parent ed68274 commit 37fdfea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "3.0.8"

[packages.debugpy]
version = "1.8.0"
mod_version = "1.8.0+r2"

# NumPy cross compilation seems to be broken > 1.26?
# - https://github.com/mesonbuild/meson-python/issues/321
Expand Down Expand Up @@ -33,6 +34,7 @@ version = "1.8.0"

[packages.numpy]
version = "1.25.2"
mod_version = "1.25.2+r2"
build_pip_requirements = ["Cython==0.29.34,<3.0", "setuptools==68.2.2", "wheel==0.41.2"]
cross_pip_requirements = ["robotpy-openblas-dev"]
install_requirements = ["robotpy-openblas"]
Expand All @@ -51,12 +53,15 @@ NPY_DISABLE_SVML = "1"

[packages.pydevd]
version = "2.10.0"
mod_version = "2.10.0+r2"

[packages.pyinstrument]
version = "4.6.0"
mod_version = "4.6.0+r2"

[packages."PyYAML"]
version = "6.0.1"
mod_version = "6.0.1+r2"
build_pip_requirements = [
"Cython<3.0",
]
Expand All @@ -67,3 +72,4 @@ build_pip_requirements = [

[packages."zope.interface"]
version = "6.1"
mod_version = "6.1+r2"

0 comments on commit 37fdfea

Please sign in to comment.