However, the .whl files and packaged source distribution (.tar.gz) for version 1.2.0 are attached below. The .whl files can be installed via pip, for example:
`pip install /path/to/whl/imppy3d-1.2.0-cp310-cp310-win_amd64.whl`
Make sure to use the correct .whl file for your system:
- Linux (tested on Ubuntu 22.04): `imppy3d-1.2.0-cp310-cp310-linux_x86_64.whl`
- Windows (tested on Windows 10 22H2): `imppy3d-1.2.0-cp310-cp310-win_amd64.whl`
Note, the Linux .whl file is not a 'manylinux' installation, and it may not work for your specific Linux operating system. If these compiled .whl files do not work for you, or you are running on a different operating system, then you can try installing IMPPY3D via the source files using pip:
`pip install /path/to/targz/imppy3d-1.2.0.tar.gz`