mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-13 22:59:05 +00:00
x
This commit is contained in:
parent
4dcc659f48
commit
ea838e80c7
8
.github/scripts/get_min_versions.py
vendored
8
.github/scripts/get_min_versions.py
vendored
@ -126,10 +126,10 @@ def get_min_version_from_toml(
|
|||||||
continue
|
continue
|
||||||
requirement = dependencies[lib]
|
requirement = dependencies[lib]
|
||||||
# TODO: fix this
|
# TODO: fix this
|
||||||
if requirement.marker and not requirement.marker.evaluate(
|
# if requirement.marker and not requirement.marker.evaluate(
|
||||||
{"python_version": python_version}
|
# {"python_version": python_version}
|
||||||
):
|
# ):
|
||||||
continue
|
# continue
|
||||||
# Get the version string
|
# Get the version string
|
||||||
version_string = str(requirement.specifier)
|
version_string = str(requirement.specifier)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user