Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Mar 29, 2018
1 parent c3bf112 commit 92bfff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
install_requires=[ "numpy >= 1.5.1", "scipy >= 0.8.0"],
setup_requires=['pytest-runner'],
tests_require=["pytest"],
python_requires='>=3.5, <4',
python_requires='>=3.4, <4',
keywords=["tomography", "ct", "radon", "computerized tomography",
"optical projection tomography"],
classifiers= [
Expand Down

0 comments on commit 92bfff5

Please sign in to comment.