Viewing File: /home/ubuntu/combine_ai/combine/lib/python3.10/site-packages/numba/_version.py


# This file was generated by 'versioneer.py' (0.28) 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": "2024-03-18T08:01:38-0500",
 "dirty": false,
 "error": null,
 "full-revisionid": "9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d",
 "version": "0.59.1"
}
'''  # END VERSION_JSON


def get_versions():
    return json.loads(version_json)
Back to Directory File Manager