Skip to content

Commit

Permalink
Allow sympy>=1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
terrorfisch committed Jul 13, 2018
1 parent ff6de46 commit 9bc1433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.
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 9bc1433

Please sign in to comment.