We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b2a5b commit 872d18fCopy full SHA for 872d18f
pymatgen/io/validation/check_package_versions.py
@@ -1,3 +1,5 @@
1
+""" Optionally check whether package versions are up to date. """
2
+
3
from __future__ import annotations
4
from importlib.metadata import version
5
import requests
0 commit comments