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.
1 parent cef0240 commit df5cb4fCopy full SHA for df5cb4f
libs/langchain/pyproject.toml
@@ -75,6 +75,8 @@ test = [
75
"packaging>=24.2.0,<26.0.0",
76
"numpy>=1.26.4; python_version<'3.13'",
77
"numpy>=2.1.0; python_version>='3.13'",
78
+ "transformers>=4.35.0,<5.0.0",
79
+ "torch>=2.1.0,<3.0.0",
80
]
81
test_integration = [
82
"vcrpy>=7.0.0,<8.0.0",
0 commit comments