mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 08:58:48 +00:00
x
This commit is contained in:
parent
e20603e225
commit
1a22baf999
2
.github/scripts/get_min_versions.py
vendored
2
.github/scripts/get_min_versions.py
vendored
@ -103,7 +103,7 @@ def _check_python_version_from_requirement(
|
|||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
marker_str = str(requirement.marker)
|
marker_str = str(requirement.marker)
|
||||||
if "python_full_version" in marker_str:
|
if "python_version" or "python_full_version" in marker_str:
|
||||||
python_version_str = "".join(
|
python_version_str = "".join(
|
||||||
char
|
char
|
||||||
for char in marker_str
|
for char in marker_str
|
||||||
|
Loading…
Reference in New Issue
Block a user