Skip to content

Commit

Permalink
210621
Browse files Browse the repository at this point in the history
  • Loading branch information
KumaTea committed Jun 21, 2021
1 parent ab2f3da commit c5b52b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ Extended Python wheels (whl) from the PyPI repository
This project provides pre-built wheels of popular packages for **ARM** / **ARM64** devices,
to save your time.

**`pip install <package> -f https://ext.maku.ml/whl/stable.html`**
**`pip install <package> -f https://ext.kmtea.eu/whl/stable.html`**

Backup link: `https://cf.ext.maku.ml/whl/stable.html`
Backup link: `https://cf.ext.kmtea.eu/whl/stable.html`

---

For development / testing wheels, please use this index:
**`https://ext.maku.ml/whl/dev.html`**
**`https://ext.kmtea.eu/whl/dev.html`**

**`pip install <package> -f https://ext.maku.ml/whl/dev.html -f https://ext.maku.ml/whl/stable.html`**
**`pip install <package> -f https://ext.kmtea.eu/whl/dev.html -f https://ext.kmtea.eu/whl/stable.html`**

---

Expand Down
4 changes: 2 additions & 2 deletions docker/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ if [ $(uname -m) = 'armv7l' ]; then
sed -i 's/scikit-learn//g' /root/packages-stdln.txt
fi

pip install -U -v -r /root/packages-stdln.txt -f https://ext.maku.ml/wheels.html -f https://torch.maku.ml/whl/stable.html
pip install -U -v -r /root/packages-stdln.txt -f https://ext.kmtea.eu/wheels.html -f https://torch.kmtea.eu/whl/stable.html

if [ $(uname -m) = 'aarch64' ]; then
pip install -U -v -r /root/packages-deps.txt -f https://ext.maku.ml/wheels.html -f https://torch.maku.ml/whl/stable.html -f https://tf.maku.ml/whl/stable.html
pip install -U -v -r /root/packages-deps.txt -f https://ext.kmtea.eu/wheels.html -f https://torch.kmtea.eu/whl/stable.html -f https://tf.kmtea.eu/whl/stable.html
fi

mkdir /root/whl
Expand Down
4 changes: 4 additions & 0 deletions whl/stable.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<a href="https://github.com/KumaTea/ext-whl/releases/download/210621/cffi-1.14.5-cp310-cp310-linux_aarch64.whl">cffi-1.14.5-cp310-cp310-linux_aarch64.whl</a><br>
<a href="https://github.com/KumaTea/ext-whl/releases/download/210621/numpy-1.21.0-cp310-cp310-linux_aarch64.whl">numpy-1.21.0-cp310-cp310-linux_aarch64.whl</a><br>
<a href="https://github.com/KumaTea/ext-whl/releases/download/210621/Pillow-8.2.0-cp310-cp310-linux_aarch64.whl">Pillow-8.2.0-cp310-cp310-linux_aarch64.whl</a><br>
<a href="https://github.com/KumaTea/ext-whl/releases/download/210621/PyYAML-5.4.1-cp310-cp310-linux_aarch64.whl">PyYAML-5.4.1-cp310-cp310-linux_aarch64.whl</a><br>
<a href="https://github.com/KumaTea/ext-whl/releases/download/210406/numpy-1.18.5-cp36-cp36m-linux_aarch64.whl">numpy-1.18.5-cp36-cp36m-linux_aarch64.whl</a><br>
<a href="https://github.com/KumaTea/ext-whl/releases/download/210406/numpy-1.18.5-cp37-cp37m-linux_aarch64.whl">numpy-1.18.5-cp37-cp37m-linux_aarch64.whl</a><br>
<a href="https://github.com/KumaTea/ext-whl/releases/download/210406/numpy-1.18.5-cp38-cp38-linux_aarch64.whl">numpy-1.18.5-cp38-cp38-linux_aarch64.whl</a><br>
Expand Down

0 comments on commit c5b52b4

Please sign in to comment.