Skip to content

Commit

Permalink
Add pathlib2 to dependency if python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasDrude committed Oct 9, 2018
1 parent 6249035 commit c29ff3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
https://github.com/pypa/sampleproject
"""

import setuptools as st
import setuptools as st
from codecs import open
from os import path
import numpy
Expand Down Expand Up @@ -69,6 +69,7 @@
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'pathlib2;python_version<"3.0"',
'numpy',
'tqdm',
'soundfile',
Expand Down

0 comments on commit c29ff3d

Please sign in to comment.