Skip to content

Commit 9ef9c58

Browse files
authored
Merge pull request #248 from seequent/feat/unpin_vectormath
Allow flexibility on vectormath version
2 parents 1b8ff7a + 38007bb commit 9ef9c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
LONG_DESCRIPTION = ''.join(f.readlines())
2424

2525
EXTRAS = {
26-
'math': ['numpy>=1.7', 'vectormath==0.1.4'],
26+
'math': ['numpy>=1.7', 'vectormath>=0.1.4'],
2727
'image': ['pypng']
2828
}
2929
EXTRAS.update({'full': sum(EXTRAS.values(), [])})

0 commit comments

Comments
 (0)