Skip to content

Commit

Permalink
Downgraded required Sage version to 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mmasdeu committed Aug 3, 2017
1 parent a6acb93 commit 4b46f0f
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 @@ -59,7 +59,7 @@ def run_tests(self):
]

# Specify the required Sage version
sage_required_version = '>=7.5'
sage_required_version = '>=7.4'
REQUIREMENTS = [i.strip() for i in open("requirements.txt").readlines()]

setup(
Expand Down

0 comments on commit 4b46f0f

Please sign in to comment.