Skip to content

Commit

Permalink
updates for publication on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
mloning committed Jul 30, 2019
1 parent eea6300 commit 73f5ba9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@ install:
- pip install sphinx_rtd_theme
- pip install nbsphinx

# TODO remove manual dependency installs (needed since test pypi does not find them)
- pip install tensorflow
- pip install keras
- pip install sktime
- pip install git+https://github.com/keras-team/keras-contrib.git@master # install keras contrib manually as not available on pypi

# TODO change to from test repo to actual repo
- pip install -i https://test.pypi.org/simple sktime_dl==0.2.dev1
# install keras contrib manually as currently not available on pypi
- pip install git+https://github.com/keras-team/keras-contrib.git@master

# for test pypi add dependency installs manually
# - pip install --index-url --no-deps https://test.pypi.org/simple sktime_dl==0.2.dev1
- pip install sktime-dl
- python setup.py build_ext -i

script:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def find_version(*file_paths):


DISTNAME = 'sktime-dl' # package name is sktime-dl, to have a valid module path, module name is sktime_dl
DESCRIPTION = 'Deep learning extension toolbox for sktime, a scikit-learn compatible toolbox for ' \
DESCRIPTION = 'Deep learning extension package for sktime, a scikit-learn compatible toolbox for ' \
'learning with time series data'
with codecs.open('README.rst', encoding='utf-8-sig') as f:
LONG_DESCRIPTION = f.read()
Expand Down

0 comments on commit 73f5ba9

Please sign in to comment.