Skip to content

Commit

Permalink
Merge branch 'issues/250_serialization' into issues/299_default_regis…
Browse files Browse the repository at this point in the history
…try_none
  • Loading branch information
lumip committed Jul 12, 2018
2 parents 29b6064 + 07d6e71 commit bbc41b4
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 @@ -21,7 +21,7 @@
package_dir={'qctoolkit': 'qctoolkit'},
packages=packages,
tests_require=['pytest'],
install_requires=['sympy>=1.1.1', 'numpy'] + requires_typing,
install_requires=['sympy==1.1.1', 'numpy'] + requires_typing,
extras_require={
'testing': ['pytest'],
'plotting': ['matplotlib'],
Expand Down

0 comments on commit bbc41b4

Please sign in to comment.