Skip to content

Commit

Permalink
Fixed install_requires typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriks73 committed Nov 18, 2020
1 parent f8150f0 commit d77314d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
install_requires=[
'pandas',
'sortedcontainers>=2.0.0',
'pyrsistent<0.15: python_version=="3.4"',
'pyrsistent<0.15; python_version=="3.4"',
'jsonschema>=3.0.0',
'numpy>=1.8.0',
'six',
Expand Down

0 comments on commit d77314d

Please sign in to comment.