Metadata-Version: 2.4
Name: bicubic_pytorch
Version: 0.1.2.1
Summary: Maintained fork of bicubic_pytorch
Author-email: Andrew Wang <andrew.wang@ed.ac.uk>, Sanghyun Son <devssh35@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Andrewwango/bicubic_pytorch
Project-URL: Source, https://github.com/Andrewwango/bicubic_pytorch
Project-URL: Tracker, https://github.com/Andrewwango/bicubic_pytorch/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: imageio
Requires-Dist: torch
Dynamic: license-file

# bicubic_pytorch

Maintained fork of [bicubic_pytorch]([https://github.com/SkafteNicki/libcpab](https://github.com/sanghyun-son/bicubic_pytorch)).

Install with `pip`: `pip install bicubic_pytorch`

Changes:

- Remove `cv2` dependency
- Packaging
