[build-system] requires = ["setuptools>=68"] build-backend = "setuptools.build_meta" [project] name = "time-rcd" version = "0.1.0" description = "Zero-shot time series anomaly detection with Time-RCD" readme = "README.md" requires-python = ">=3.10" license = { file = "LICENSE" } authors = [ { name = "THU SAIL Lab" }, ] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering :: Artificial Intelligence", ] dependencies = [ "einops>=0.7.0", "huggingface_hub>=0.20.0", "jaxtyping>=0.2.25", "numpy>=1.24.0", "torch>=2.0.0", ] [project.urls] Homepage = "https://github.com/thu-sail-lab/Time-RCD" Repository = "https://github.com/thu-sail-lab/Time-RCD" [tool.setuptools] packages = ["time_rcd", "time_rcd._core"]