Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
seminar-breakout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
seminar-breakout
Commits
3e652668
Commit
3e652668
authored
Jun 09, 2018
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version
parent
e465842d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
.travis.yml
.travis.yml
+3
-4
tensorpack/libinfo.py
tensorpack/libinfo.py
+1
-1
No files found.
.travis.yml
View file @
3e652668
...
@@ -15,6 +15,7 @@ addons:
...
@@ -15,6 +15,7 @@ addons:
-
libprotobuf-dev
-
libprotobuf-dev
-
protobuf-compiler
-
protobuf-compiler
# Test with TF 1.3-latest
matrix
:
matrix
:
fast_finish
:
true
fast_finish
:
true
include
:
include
:
...
@@ -26,10 +27,10 @@ matrix:
...
@@ -26,10 +27,10 @@ matrix:
env
:
TF_VERSION=1.3.0 TF_TYPE=release
env
:
TF_VERSION=1.3.0 TF_TYPE=release
-
os
:
linux
-
os
:
linux
python
:
2.7
python
:
2.7
env
:
TF_VERSION=1.
6
.0 TF_TYPE=release
env
:
TF_VERSION=1.
8
.0 TF_TYPE=release
-
os
:
linux
-
os
:
linux
python
:
3.5
python
:
3.5
env
:
TF_VERSION=1.
6
.0 TF_TYPE=release PYPI=true
env
:
TF_VERSION=1.
8
.0 TF_TYPE=release PYPI=true
-
os
:
linux
-
os
:
linux
python
:
2.7
python
:
2.7
env
:
TF_TYPE=nightly
env
:
TF_TYPE=nightly
...
@@ -42,8 +43,6 @@ matrix:
...
@@ -42,8 +43,6 @@ matrix:
install
:
install
:
-
pip install -U pip
# the pip version on travis is too old
-
pip install -U pip
# the pip version on travis is too old
-
pip install flake8 scikit-image opencv-python pypandoc
-
pip install flake8 scikit-image opencv-python pypandoc
# here we use opencv-python, but users are in general not recommended to use this package,
# because it brings issues working with tensorflow on gpu
-
pip install .
-
pip install .
# check that dataflow can be imported alone
# check that dataflow can be imported alone
-
python -c "import tensorpack.dataflow"
-
python -c "import tensorpack.dataflow"
...
...
tensorpack/libinfo.py
View file @
3e652668
...
@@ -49,4 +49,4 @@ except ImportError:
...
@@ -49,4 +49,4 @@ except ImportError:
_HAS_TF
=
False
_HAS_TF
=
False
__version__
=
'0.8.
5
'
__version__
=
'0.8.
6
'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment