We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
requirements_lib.txt
install_requires
1 parent 0952257 commit 7315d85Copy full SHA for 7315d85
setup.py
@@ -8,7 +8,6 @@
8
# ----------------------------------------------------------------------
9
version = (BASE_DIR / ".version").read_text().strip()
10
long_description = (BASE_DIR / "README.md").read_text(encoding="utf-8")
11
-requirements_lib = (BASE_DIR / "requirements_lib.txt").read_text().splitlines()
12
13
14
# API‑specific requirements
@@ -43,8 +42,7 @@
43
42
exclude=("tests", "docs"),
44
),
45
python_requires=">=3.10",
46
- install_requires=requirements_lib
47
- + [
+ install_requires=[
48
"radlab-ml-utils @ git+https://github.com/radlab-dev-group/ml-utils",
49
"llm-router-plugins @ git+https://github.com/radlab-dev-group/llm-router-plugins",
50
],
0 commit comments