mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-11 22:04:37 +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
|
||||
requirement = dependencies[lib]
|
||||
# TODO: fix this
|
||||
if requirement.marker and not requirement.marker.evaluate(
|
||||
{"python_version": python_version}
|
||||
):
|
||||
continue
|
||||
# if requirement.marker and not requirement.marker.evaluate(
|
||||
# {"python_version": python_version}
|
||||
# ):
|
||||
# continue
|
||||
# Get the version string
|
||||
version_string = str(requirement.specifier)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user