You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/numpy/_version.py

22 lines
498 B

# 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)