Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wiseplat
GitHub Repository: wiseplat/python-code
Path: blob/master/ invest-robot-contest_TinkoffBotTwitch-main/venv/lib/python3.8/site-packages/numpy/_version.py
7756 views
1
2
# This file was generated by 'versioneer.py' (0.19) from
3
# revision-control system data, or from the parent directory name of an
4
# unpacked source archive. Distribution tarballs contain a pre-generated copy
5
# of this file.
6
7
import json
8
9
version_json = '''
10
{
11
"date": "2022-03-07T12:27:54-0700",
12
"dirty": false,
13
"error": null,
14
"full-revisionid": "7d4349e332fcba2bc3f266267421531b3ec5d3e6",
15
"version": "1.22.3"
16
}
17
''' # END VERSION_JSON
18
19
20
def get_versions():
21
return json.loads(version_json)
22
23