Skip to content

Commit

Permalink
Merge pull request #3 from ksbg/deps
Browse files Browse the repository at this point in the history
Deps
  • Loading branch information
ksbg committed Jan 31, 2019
2 parents 59be7d9 + 5569fad commit 62e7089
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

# Project info
project = u'sparklanes'
copyright = u'2018, Kevin Baumgarten'
copyright = u'2019, Kevin Baumgarten'
author = u'https://github.com/ksbg'
version = u'0.2.0'
version = u'0.2.4'

# Extensions
extensions = [
Expand Down
7 changes: 3 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,21 @@ pyparsing==2.2.0
pyspark==2.3.0
python-dateutil==2.7.3
pytz==2018.4
PyYAML==3.12
PyYAML==4.2b1
pyzmq==17.0.0
requests==2.18.4
requests==2.21.0
schema==0.6.7
simplegeneric==0.8.1
six==1.11.0
snowballstemmer==1.2.1
sparklanes==0.2.1
Sphinx==1.7.5
sphinx-rtd-theme==0.3.1
sphinxcontrib-programoutput==0.11
sphinxcontrib-websupport==1.1.0
testpath==0.3.1
tornado==5.0.2
traitlets==4.3.2
urllib3==1.22
urllib3==1.24
wcwidth==0.1.7
webencodings==0.5.1
wrapt==1.10.11
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
py4j==0.10.6
pyspark==2.3.0
PyYAML==3.12
PyYAML==4.2b1
schema==0.6.7
six==1.11.0
six==1.11.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='sparklanes',
version='0.2.3',
version='0.2.4',
url='https://github.com/ksbg/sparklanes',
project_urls={
'sparklanes documentation': 'https://sparklanes.readthedocs.io/',
Expand Down Expand Up @@ -31,7 +31,7 @@
install_requires=[
'py4j==0.10.6',
'pyspark==2.3.0',
'PyYAML==3.12',
'PyYAML==4.2b1',
'schema==0.6.7',
'six==1.11.0',
],
Expand Down
4 changes: 2 additions & 2 deletions sparklanes/_submit/requirements-submit.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PyYAML==3.12
PyYAML==4.2b1
schema==0.6.7
six==1.11.0
six==1.11.0

0 comments on commit 62e7089

Please sign in to comment.