Metadata-Version: 2.1
Name: libcpab
Version: 0.1.0
Summary: Maintained fork of libcpab for PyTorch
Author-email: Andrew Wang <andrew.wang@ed.ac.uk>, Nicki Skafte Detlefsen <nsde@dtu.dk>
License: MIT
Project-URL: Homepage, https://github.com/Andrewwango/libcpab
Project-URL: Source, https://github.com/Andrewwango/libcpab
Project-URL: Tracker, https://github.com/Andrewwango/libcpab/issues
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: torch
Requires-Dist: scipy

# libcpab

Maintained fork of libcpab for PyTorch.

This fork of [libcpab](https://github.com/SkafteNicki/libcpab):

- Removes numpy and tensorflow backends to only allow pytorch;
- Simplifies file structure;
- Maintenance: remove deprecated numpy and scipy dependencies and update to latest functions.

Requirements remain as `numpy`, `scipy`, `matplotlib` and `pytorch`.

Install with `pip`: `pip install git+https://github.com/Andrewwango/libcpab.git`
