Metadata-Version: 2.3
Name: ariel-srt
Version: 0.1.4
Summary: 
Author: Yang Wanshuo
Author-email: yangwanshuo@example.com
Requires-Python: >=3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: gpytorch (>=1.11.0)
Requires-Dist: numpy (>=1.26.0)
Requires-Dist: scikit-learn (>=1.3.0)
Requires-Dist: thinplate (>=1.0.0)
Requires-Dist: torch (>=2.3.1)
Description-Content-Type: text/markdown

This is a Python library for our SRT project ARIEL.

We developed the ARIEL-SRT package that is available on PyPI. To install it, run this command in the terminal:

`pip install ariel-srt`

The full package dependencies of ARIEL-SRT can be found in requirements.txt, and the main project repo is available at: https://github.com/shilab-ecnu/ARIEL.

