Skip to content

Commit 17a7752

Browse files
authored
Merge pull request #177 from CitrineInformatics/bugfix/pint-version-cap
Cap pint at less than version 0.20.0.
2 parents 3a69e2c + c99330a commit 17a7752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
setup(name='gemd',
5-
version='1.11.0',
5+
version='1.11.1',
66
url='http://github.com/CitrineInformatics/gemd-python',
77
description="Python binding for Citrine's GEMD data model",
88
author='Citrine Informatics',
@@ -19,7 +19,7 @@
1919
},
2020
install_requires=[
2121
"toolz>=0.10.0,<1",
22-
"pint>=0.13,<1",
22+
"pint>=0.13,<0.20.0",
2323
"deprecation>=2.0.7,<3"
2424
],
2525
extras_require={

0 commit comments

Comments
 (0)