| [project] | |
| name = "monoids-100" | |
| version = "1.0.0" | |
| description = "Sequences of elements from various monoids along with their products." | |
| readme = "README.md" | |
| requires-python = ">=3.13" | |
| dependencies = [ | |
| "abstract-algebra", | |
| "fire>=0.7.0", | |
| "numpy>=2.2.6", | |
| "pyrootutils>=1.0.4", | |
| "python-dotenv>=1.1.0", | |
| "tqdm>=4.67.1", | |
| ] | |
| [tool.uv.sources] | |
| abstract-algebra = { git = "https://github.com/jopetty/abstract_algebra" } | |