Import python venv for stability

This commit is contained in:
2026-02-15 21:24:16 -08:00
parent 1343e93a59
commit 7d784705c9
4997 changed files with 1628270 additions and 0 deletions
@@ -0,0 +1,11 @@
"""
Module to expose more detailed version info for the installed `numpy`
"""
version = "2.4.2"
__version__ = version
full_version = version
git_revision = "c81c49f77451340651a751e76bca607d85e4fd55"
release = 'dev' not in version and '+' not in version
short_version = version.split("+")[0]