Skip to content

Commit

Permalink
changed tensorflow version and added VC .dll to fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
eoakley committed Nov 27, 2018
1 parent dcd258c commit b510e8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ __pycache__/

# Distribution / packaging
.Python
releases/
build/
develop-eggs/
dist/
Expand Down
7 changes: 4 additions & 3 deletions installer.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Application]
name=Artifact Helper
version=0.3
version=0.4

# How to launch the app - this calls the 'main' function from the 'myapp' package:
entry_point=artifact_helper:main
Expand All @@ -21,6 +21,7 @@ packages= tkinter
# These must have wheels on PyPI:
pypi_wheels = astor==0.7.1
certifi==2018.10.15
tensorflow==1.6.0
grpcio==1.16.1
h5py==2.8.0
image==1.5.27
Expand All @@ -38,7 +39,6 @@ pypi_wheels = astor==0.7.1
scipy==1.1.0
six==1.11.0
tensorboard==1.12.0
tensorflow==1.12.0
Werkzeug==0.14.1
wincertstore==0.2

Expand All @@ -49,4 +49,5 @@ local_wheels = wheels/*.whl
# Other files and folders that should be installed
files = lib
resources
tier_list.txt
tier_list.txt
msvcp140.dll > $INSTDIR/Python
Binary file added msvcp140.dll
Binary file not shown.

0 comments on commit b510e8f

Please sign in to comment.