Skip to content

Commit 20efadb

Browse files
committed
Version -> 1.5, update dependencies
1 parent 59580ce commit 20efadb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
LONG_DESCRIPTION = f.read()
55

66
setup(name='wcxf',
7-
version='1.4.7',
7+
version='1.5',
88
author='David M. Straub, Jason Aebischer',
99
author_email='david.straub@tum.de, jason.aebischer@tum.de',
1010
license='MIT',
@@ -21,7 +21,7 @@
2121
'bases/child/*.json',
2222
]
2323
},
24-
install_requires=['pyyaml', 'ckmutil>=0.3', 'rundec>=0.5', 'pandas',
24+
install_requires=['pyyaml', 'ckmutil>=0.3.2', 'pandas',
2525
'wilson'],
2626
extras_require={
2727
'testing': ['nose'],

0 commit comments

Comments
 (0)