Skip to content

Commit

Permalink
Merge pull request #295 from sn6uv/ply38
Browse files Browse the repository at this point in the history
upgrade parsetab.py to ply version 3.8
  • Loading branch information
sn6uv committed Oct 13, 2015
2 parents 34c2ded + 355010b commit b24d38a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mathics/core/parsetab.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# mathics/core/parsetab.py
# parsetab.py
# This file is automatically generated. Do not edit.
_tabversion = '3.5'
_tabversion = '3.8'

_lr_method = 'LALR'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
INSTALL_REQUIRES = ['cython>=0.15.1']

# General Requirements
INSTALL_REQUIRES += ['sympy==0.7.6', 'django >= 1.8, < 1.9', 'ply>=3.6',
INSTALL_REQUIRES += ['sympy==0.7.6', 'django >= 1.8, < 1.9', 'ply>=3.8',
'mpmath>=0.19', 'python-dateutil', 'colorama',
'interruptingcow']

Expand Down

0 comments on commit b24d38a

Please sign in to comment.