This commit is contained in:
Chester Curme 2025-02-03 12:53:38 -05:00
parent 4dcc659f48
commit ea838e80c7

View File

@ -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)