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

Commit 3cc373f

Browse files
authored
Add thin x86_64 wheels for MacOS (#163)
1 parent abf057a commit 3cc373f

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.gitmodules

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "pandas"]
22
path = pandas
3-
url = git://github.com/pydata/pandas.git
3+
url = git://github.com/pandas-dev/pandas.git
44
[submodule "multibuild"]
55
path = multibuild
6-
url = https://github.com/matthew-brett/multibuild.git
6+
url = https://github.com/multi-build/multibuild.git

azure-pipelines.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ jobs:
126126
NIGHTLY_BUILD: "true"
127127
py_3.10_64:
128128
MB_PYTHON_VERSION: "3.10"
129-
PLAT: universal2 # No numpy x86_64 wheels on MacOS anymore
129+
PLAT: "x86_64"
130+
NP_BUILD_DEP: "numpy==1.21.3"
131+
NIGHTLY_BUILD: "true"
132+
py_3.10_universal2:
133+
MB_PYTHON_VERSION: "3.10"
134+
PLAT: universal2
130135
NP_BUILD_DEP: "numpy==1.21.3"
131136
NIGHTLY_BUILD: "true"

pandas

Submodule pandas updated 2446 files

0 commit comments

Comments
 (0)