Created
March 19, 2024 16:35
-
-
Save markmc/aed2781a437e0aa8060a5ea617d36848 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"type": "build_system", | |
"req": "poetry-core>=1.0.0" | |
}, | |
{ | |
"type": "build_system", | |
"req": "flit_core >=3.8,<4" | |
}, | |
{ | |
"type": "build_backend", | |
"req": "wheel" | |
}, | |
{ | |
"type": "build_system", | |
"req": "setuptools" | |
}, | |
{ | |
"type": "build_system", | |
"req": "Cython<3.0" | |
}, | |
{ | |
"type": "dependency", | |
"req": "PyYAML>=5.3" | |
}, | |
{ | |
"type": "build_system", | |
"req": "cython>=0.29.24; platform_python_implementation == 'CPython'" | |
}, | |
{ | |
"type": "dependency", | |
"req": "SQLAlchemy<3,>=1.4" | |
}, | |
{ | |
"type": "dependency", | |
"req": "aiohttp<4.0.0,>=3.8.3" | |
}, | |
{ | |
"type": "dependency", | |
"req": "packaging>=20.9" | |
}, | |
{ | |
"type": "dependency", | |
"req": "dunamai<2.0.0,>=1.18.0" | |
}, | |
{ | |
"type": "dependency", | |
"req": "jinja2<4,>=2.11.1" | |
}, | |
{ | |
"type": "dependency", | |
"req": "tomlkit>=0.4" | |
}, | |
{ | |
"type": "build_system", | |
"req": "poetry-dynamic-versioning" | |
}, | |
{ | |
"type": "dependency", | |
"req": "marshmallow<4.0.0,>=3.18.0" | |
}, | |
{ | |
"type": "dependency", | |
"req": "typing-inspect<1,>=0.4.0" | |
}, | |
{ | |
"type": "dependency", | |
"req": "dataclasses-json<0.7,>=0.5.7" | |
}, | |
{ | |
"type": "dependency", | |
"req": "jsonpatch<2.0,>=1.33" | |
}, | |
{ | |
"type": "build_system", | |
"req": "tomli; python_version < '3.11'" | |
}, | |
{ | |
"type": "build_system", | |
"req": "setuptools_scm >= 6.4" | |
}, | |
{ | |
"type": "dependency", | |
"req": "anyio<5,>=3" | |
}, | |
{ | |
"type": "build_system", | |
"req": "setuptools-rust>=1.4.0" | |
}, | |
{ | |
"type": "build_system", | |
"req": "maturin>=1,<2" | |
}, | |
{ | |
"type": "dependency", | |
"req": "orjson<4.0.0,>=3.9.14" | |
}, | |
{ | |
"type": "build_backend", | |
"req": "pathspec>=0.10.1" | |
}, | |
{ | |
"type": "build_backend", | |
"req": "pluggy>=1.0.0" | |
}, | |
{ | |
"type": "build_system", | |
"req": "calver" | |
}, | |
{ | |
"type": "build_backend", | |
"req": "trove-classifiers" | |
}, | |
{ | |
"type": "build_system", | |
"req": "hatchling" | |
}, | |
{ | |
"type": "build_system", | |
"req": "hatch-fancy-pypi-readme>=22.5.0" | |
}, | |
{ | |
"type": "dependency", | |
"req": "pydantic<3,>=1" | |
}, | |
{ | |
"type": "dependency", | |
"req": "requests<3,>=2" | |
}, | |
{ | |
"type": "dependency", | |
"req": "langsmith<0.2.0,>=0.1.0" | |
}, | |
{ | |
"type": "dependency", | |
"req": "packaging<24.0,>=23.2" | |
}, | |
{ | |
"type": "dependency", | |
"req": "tenacity<9.0.0,>=8.1.0" | |
}, | |
{ | |
"type": "dependency", | |
"req": "langchain-core<0.2.0,>=0.1.31" | |
}, | |
{ | |
"type": "build_system", | |
"req": "meson >= 0.63.3; python_version < '3.12'" | |
}, | |
{ | |
"type": "build_system", | |
"req": "pyproject-metadata >= 0.7.1" | |
}, | |
{ | |
"type": "build_system", | |
"req": "hatch-vcs" | |
}, | |
{ | |
"type": "build_system", | |
"req": "scikit-build" | |
}, | |
{ | |
"type": "build_backend", | |
"req": "ninja >= 1.8.2" | |
}, | |
{ | |
"type": "build_backend", | |
"req": "patchelf >= 0.11.0" | |
}, | |
{ | |
"type": "build_system", | |
"req": "meson-python>=0.15.0,<0.16.0" | |
}, | |
{ | |
"type": "dependency", | |
"req": "numpy<2,>=1" | |
}, | |
{ | |
"type": "dependency", | |
"req": "langchain-community<0.1,>=0.0.28" | |
}, | |
{ | |
"type": "dependency", | |
"req": "langchain-text-splitters<0.1,>=0.0.1" | |
}, | |
{ | |
"type": "toplevel", | |
"req": "langchain" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment