Skip to content

Commit

Permalink
update version and travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
danielenricocahall committed Aug 30, 2022
1 parent 426e7cc commit 756769b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ sudo: required
dist: bionic
language: python
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
before_install:
- sudo add-apt-repository -y ppa:openjdk-r/ppa
- sudo apt-get -qq update
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
from setuptools import find_packages

setup(name='elephas',
version='3.1.0',
version='3.2.0',
description='Deep learning on Spark with Keras',
url='http://github.com/maxpumperla/elephas',
download_url='https://github.com/maxpumperla/elephas/tarball/3.1.0',
download_url='https://github.com/maxpumperla/elephas/tarball/3.2.0',
author='Daniel Cahall',
author_email='danielenricocahall@gmail.com',
install_requires=['cython',
'tensorflow>=2,!=2.2.*',
'flask',
'h5py==3.3.0',
'pyspark==3.2'],
'pyspark<3.4'],
extras_require={
'tests': ['pytest', 'pytest-pep8', 'pytest-cov', 'pytest-spark', 'mock']
},
Expand Down

0 comments on commit 756769b

Please sign in to comment.