Committing module

This commit is contained in:
Jamie Hardt
2025-08-03 15:03:54 -07:00
commit 6c424099fd
9 changed files with 787 additions and 0 deletions

25
pyproject.toml Normal file
View File

@@ -0,0 +1,25 @@
[project]
name = "ucsinfer"
version = "0.1.0"
description = ""
authors = [
{name = "Jamie Hardt",email = "jamiehardt@me.com"}
]
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"sentence-transformers (>=5.0.0,<6.0.0)",
"numpy (>=2.3.2,<3.0.0)",
"tqdm (>=4.67.1,<5.0.0)",
"platformdirs (>=4.3.8,<5.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.group.dev.dependencies]
ipython = "^9.4.0"
jupyter = "^1.1.1"