Metadata-Version: 2.4
Name: emission-hmm
Version: 0.1.0
Summary: Simple Hidden Markov Model definitions and utilities for synthetic data generation
Author: lccqqqqq
License-Expression: MIT
Project-URL: Homepage, https://github.com/lccqqqqq/simple-hmm
Project-URL: Repository, https://github.com/lccqqqqq/simple-hmm
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: tqdm
Provides-Extra: torch
Requires-Dist: torch; extra == "torch"
Provides-Extra: cylinder
Requires-Dist: networkx; extra == "cylinder"
Requires-Dist: einops; extra == "cylinder"
Provides-Extra: all
Requires-Dist: torch; extra == "all"
Requires-Dist: networkx; extra == "all"
Requires-Dist: einops; extra == "all"
Dynamic: license-file
