Initial commit: Masina-Dock Vehicle Management System
This commit is contained in:
commit
ae923e2c41
4999 changed files with 1607266 additions and 0 deletions
8
AppDir/usr/lib/python3.12/site-packages/numpy/version.py
Normal file
8
AppDir/usr/lib/python3.12/site-packages/numpy/version.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
version = "1.26.4"
|
||||
__version__ = version
|
||||
full_version = version
|
||||
|
||||
git_revision = "9815c16f449e12915ef35a8255329ba26dacd5c0"
|
||||
release = 'dev' not in version and '+' not in version
|
||||
short_version = version.split("+")[0]
|
||||
Loading…
Add table
Add a link
Reference in a new issue