Skip to content

py-v0.4.1

Latest
Compare
Choose a tag to compare
@hosimesi hosimesi released this 14 Aug 05:06
c2fc26a

Changes

Minor update for build dependency

Secured the order of build dependency installation.

Installation

from source code

$ pip install numpy Cython==3.0a6
$ pip install "git+https://github.com/CyberAgent/libffm.git@py-v0.4.1"

from sdist (source package)

$ pip install numpy
$ pip install https://github.com/CyberAgent/libffm/releases/download/py-v0.4.1/ffm-0.4.1.tar.gz

from bdist (M1 Mac)

Suppose you are using python 3.10 on an M1 mac with macOS Ventura(version 13.1)

$ pip install https://github.com/CyberAgent/libffm/releases/download/py-v0.4.1/ffm-0.4.1-cp310-cp310-macosx_13_0_arm64.whl

from bdist (linux on aarch64)

Suppose you are using python 3.10 on AWS Graviton

$ pip install https://github.com/CyberAgent/libffm/releases/download/py-v0.4.1/ffm-0.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl