We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 815d266 + 407c6c7 commit 2c6a4b1Copy full SHA for 2c6a4b1
1 file changed
setup.py
@@ -10,7 +10,10 @@
10
author_email="allenhm@gmail.com",
11
license="MIT",
12
packages=["numpyencoder"],
13
- install_requires=["numpy>=1.14.3"],
+ install_requires=[
14
+ "numpy>=1.14.3",
15
+ "packaging>=20.0",
16
+ ],
17
description="Python JSON encoder for handling Numpy data types.",
18
long_description=long_description,
19
long_description_content_type="text/markdown",
0 commit comments