Created starter files for the project.
This commit is contained in:
commit
73f0c0db42
1992 changed files with 769897 additions and 0 deletions
12
venv/Lib/site-packages/numpy/version.py
Normal file
12
venv/Lib/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.19.2'
|
||||
version = '1.19.2'
|
||||
full_version = '1.19.2'
|
||||
git_revision = '68752f786df542d340f25c41a8920d9b2aed66cf'
|
||||
release = True
|
||||
|
||||
if not release:
|
||||
version = full_version
|
Loading…
Add table
Add a link
Reference in a new issue