Skip to content

Commit

Permalink
Bump geomet dependency to <0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aboudreault committed May 14, 2020
1 parent 0b63a24 commit 892340f
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,4 +1,4 @@
geomet>=0.1,<0.2
geomet>=0.1,<0.3
six >=1.9
futures <=2.2.0
# Futures is not required for Python 3, but it works up through 2.2.0 (after which it introduced breaking syntax).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def run_setup(extensions):
sys.stderr.write("Bypassing Cython setup requirement\n")

dependencies = ['six >=1.9',
'geomet>=0.1,<0.2']
'geomet>=0.1,<0.3']

if not PY3:
dependencies.append('futures')
Expand Down

0 comments on commit 892340f

Please sign in to comment.