Skip to content

Commit 756769b

Browse files
update version and travis ci
1 parent 426e7cc commit 756769b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ sudo: required
22
dist: bionic
33
language: python
44
python:
5-
- "3.6"
65
- "3.7"
76
- "3.8"
7+
- "3.9"
88
before_install:
99
- sudo add-apt-repository -y ppa:openjdk-r/ppa
1010
- sudo apt-get -qq update

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
from setuptools import find_packages
33

44
setup(name='elephas',
5-
version='3.1.0',
5+
version='3.2.0',
66
description='Deep learning on Spark with Keras',
77
url='http://github.com/maxpumperla/elephas',
8-
download_url='https://github.com/maxpumperla/elephas/tarball/3.1.0',
8+
download_url='https://github.com/maxpumperla/elephas/tarball/3.2.0',
99
author='Daniel Cahall',
1010
author_email='[email protected]',
1111
install_requires=['cython',
1212
'tensorflow>=2,!=2.2.*',
1313
'flask',
1414
'h5py==3.3.0',
15-
'pyspark==3.2'],
15+
'pyspark<3.4'],
1616
extras_require={
1717
'tests': ['pytest', 'pytest-pep8', 'pytest-cov', 'pytest-spark', 'mock']
1818
},

0 commit comments

Comments
 (0)