mirror of
https://github.com/bvanroll/college-python-image.git
synced 2025-09-01 05:22:50 +00:00
first commit
This commit is contained in:
12
projecten1/lib/python3.6/site-packages/numpy/version.py
Normal file
12
projecten1/lib/python3.6/site-packages/numpy/version.py
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
# THIS FILE IS GENERATED FROM NUMPY SETUP.PY
|
||||
#
|
||||
# To compare versions robustly, use `numpy.lib.NumpyVersion`
|
||||
short_version = '1.14.5'
|
||||
version = '1.14.5'
|
||||
full_version = '1.14.5'
|
||||
git_revision = 'd3348c1123d3862a42d50a7fee14e50b268944a4'
|
||||
release = True
|
||||
|
||||
if not release:
|
||||
version = full_version
|
Reference in New Issue
Block a user