rep1/python37/Lib/site-packages/numpy/_version.py

22 lines
498 B
Python
Raw Permalink Normal View History

2024-11-21 09:00:42 +08:00
# This file was generated by 'versioneer.py' (0.19) from
# revision-control system data, or from the parent directory name of an
# unpacked source archive. Distribution tarballs contain a pre-generated copy
# of this file.
import json
version_json = '''
{
"date": "2022-04-11T17:43:10-0600",
"dirty": false,
"error": null,
"full-revisionid": "ef0ec786fd4c7622ad2fa0e54d3881f3b9bbd792",
"version": "1.21.6"
}
''' # END VERSION_JSON
def get_versions():
return json.loads(version_json)