Skip to content

Commit

Permalink
Fixed sympy version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lumip committed Jul 12, 2018
1 parent 3a8df53 commit 1b73789
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 1b73789

Please sign in to comment.