Skip to content

Commit

Permalink
Try lifting dill requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
EntilZha committed Nov 11, 2019
1 parent 8e4b630 commit fdd7120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
future<=1.0.0
six<=2.0.0
dill>=0.2.6,<=0.2.7.1
dill>=0.2.5
bz2file==0.98
backports.lzma>=0.0.3,<=0.0.8
tabulate<=1.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
except (IOError, ImportError):
long_description = open('README.md').read()

common_install_requires = ['future<=1.0.0', 'six<=2.0.0', 'dill>=0.2.6,<=0.2.7.1', 'tabulate<=1.0.0']
common_install_requires = ['future<=1.0.0', 'six<=2.0.0', 'dill>=0.2.5', 'tabulate<=1.0.0']
if sys.version_info.major == 2 or '__pypy__' in sys.builtin_module_names:
compression_requires = ['bz2file==0.98', 'backports.lzma==0.0.6']
install_requires = common_install_requires
Expand Down

0 comments on commit fdd7120

Please sign in to comment.