sklearn/doc/min_dependency_substitution...

4 lines
140 B
Plaintext
Raw Normal View History

2024-08-05 09:32:03 +02:00
{% for package, (version, _) in dependent_packages.items() -%}
.. |{{ package|capitalize }}MinVersion| replace:: {{ version }}
{% endfor %}