Skip to content

Commit

Permalink
require fixed spatialist version 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Nov 20, 2018
1 parent c8ca8c5 commit 8ae712f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ progressbar2
pathos>=0.2
numpy
scoop
spatialist>=0.2.6
spatialist==0.2.7
pyyaml

#Testing requirements
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ progressbar2
pathos>=0.2
numpy
scoop
spatialist>=0.2.6
spatialist==0.2.7
pyyaml
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'pathos>=0.2',
'numpy',
'scoop',
'spatialist>=0.2.6',
'spatialist==0.2.7',
'pyyaml'],
extras_require={
'docs': ['sphinx'],
Expand Down

0 comments on commit 8ae712f

Please sign in to comment.