Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Add thin x86_64 wheels for MacOS #163

Merged
merged 4 commits into from
Nov 18, 2021
Merged
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
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "pandas"]
path = pandas
url = git://github.com/pydata/pandas.git
url = git://github.com/pandas-dev/pandas.git
[submodule "multibuild"]
path = multibuild
url = https://github.com/matthew-brett/multibuild.git
url = https://github.com/multi-build/multibuild.git
7 changes: 6 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ jobs:
NIGHTLY_BUILD: "true"
py_3.10_64:
MB_PYTHON_VERSION: "3.10"
PLAT: universal2 # No numpy x86_64 wheels on MacOS anymore
PLAT: "x86_64"
NP_BUILD_DEP: "numpy==1.21.3"
NIGHTLY_BUILD: "true"
py_3.10_universal2:
MB_PYTHON_VERSION: "3.10"
PLAT: universal2
NP_BUILD_DEP: "numpy==1.21.3"
NIGHTLY_BUILD: "true"
2 changes: 1 addition & 1 deletion multibuild
2 changes: 1 addition & 1 deletion pandas
Submodule pandas updated 2446 files