Skip to content

Commit f5f88ee

Browse files
geirfreyssonGeir Freysson
andauthored
Pin pyreadstat version (#53)
Co-authored-by: Geir Freysson <[email protected]>
1 parent 8c64fde commit f5f88ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
versions = dict(numpy='1.14.5',
77
scipy='1.2.1',
88
pandas='0.25.3',
9-
ftfy='5.5.1')
9+
ftfy='5.5.1',
10+
pyreadstat='1.1.2')
1011

1112
precisions = dict(numpy='==',
1213
scipy='==',
@@ -39,7 +40,7 @@ def version_libs(libs, precisions, versions):
3940
INSTALL_REQUIRES = version_libs(libs, precisions, versions)
4041

4142
setup(name='quantipy3',
42-
version='0.2.10',
43+
version='0.2.11',
4344
author='Geir Freysson',
4445
author_email='[email protected]',
4546
packages=find_packages(exclude=['tests']),

0 commit comments

Comments
 (0)