generated from dopt-python/py311
Compare commits
No commits in common. "proto" and "main" have entirely different histories.
@ -5,8 +5,8 @@ description = "use case for M.O.P. - T.O.M.: search semantically for problems an
|
|||||||
authors = [
|
authors = [
|
||||||
{name = "d-opt GmbH, resp. Florian Förster", email = "f.foerster@d-opt.com"},
|
{name = "d-opt GmbH, resp. Florian Förster", email = "f.foerster@d-opt.com"},
|
||||||
]
|
]
|
||||||
dependencies = ["torch>=2.10.0", "torchvision>=0.25.0", "dopt-basics>=0.2.4", "llama-cpp-python>=0.3.16", "lancedb>=0.30.0", "pydantic>=2.12.5", "sentence-transformers>=5.3.0"]
|
dependencies = []
|
||||||
requires-python = "<3.14,>=3.11"
|
requires-python = ">=3.11"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = {text = "LicenseRef-Proprietary"}
|
license = {text = "LicenseRef-Proprietary"}
|
||||||
|
|
||||||
@ -122,28 +122,14 @@ package-dir = "src"
|
|||||||
[tool.pdm.resolution]
|
[tool.pdm.resolution]
|
||||||
respect-source-order = true
|
respect-source-order = true
|
||||||
|
|
||||||
[[tool.pdm.source]]
|
|
||||||
name = "torch"
|
|
||||||
url = "https://download.pytorch.org/whl/cu128"
|
|
||||||
include_packages = ["torch*"]
|
|
||||||
exclude_packages = ["llama-cpp*"]
|
|
||||||
|
|
||||||
# [[tool.pdm.source]]
|
|
||||||
# name = "llama-cpp-python-cuda"
|
|
||||||
# url = "https://abetlen.github.io/llama-cpp-python/whl/cu124"
|
|
||||||
# include_packages = ["llama-cpp-py*"]
|
|
||||||
|
|
||||||
[[tool.pdm.source]]
|
[[tool.pdm.source]]
|
||||||
name = "private"
|
name = "private"
|
||||||
url = "http://localhost:8001/simple"
|
url = "http://localhost:8001/simple"
|
||||||
verify_ssl = false
|
verify_ssl = false
|
||||||
include_packages = ["llama-cpp-python*"]
|
|
||||||
|
|
||||||
[[tool.pdm.source]]
|
[[tool.pdm.source]]
|
||||||
name = "pypi"
|
name = "pypi"
|
||||||
url = "https://pypi.org/simple"
|
url = "https://pypi.org/simple"
|
||||||
exclude_packages = ["llama-cpp*"]
|
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
tests = [
|
tests = [
|
||||||
"pytest>=8.3.4",
|
"pytest>=8.3.4",
|
||||||
@ -157,15 +143,8 @@ dev = [
|
|||||||
"pdoc3>=0.11.5",
|
"pdoc3>=0.11.5",
|
||||||
"bump-my-version>=1.1.1",
|
"bump-my-version>=1.1.1",
|
||||||
"nox>=2025.2.9",
|
"nox>=2025.2.9",
|
||||||
"huggingface-hub>=1.6.0",
|
|
||||||
"tqdm>=4.66.5",
|
|
||||||
"peft>=0.18.1",
|
|
||||||
]
|
]
|
||||||
nb = [
|
nb = [
|
||||||
"jupyterlab>=4.3.5",
|
"jupyterlab>=4.3.5",
|
||||||
"ipywidgets>=8.1.5",
|
"ipywidgets>=8.1.5",
|
||||||
]
|
]
|
||||||
data = [
|
|
||||||
"polars>=1.38.1",
|
|
||||||
"striprtf>=0.0.29",
|
|
||||||
]
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user