Skip to content

Commit 1bf9cce

Browse files
committed
Add pysr to setup.py; changes to some styling
1 parent 3e53df7 commit 1bf9cce

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

qiita_db/test/test_util.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
from qiita_core.util import qiita_test_checker
2222
import qiita_db as qdb
2323

24-
from matplotlib.figure import Figure
25-
from matplotlib.axes import Axes
26-
2724

2825
@qiita_test_checker()
2926
class DBUtilTestsBase(TestCase):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
'openpyxl', 'sphinx-bootstrap-theme', 'Sphinx<3.0',
110110
'gitpython', 'redbiom', 'pyzmq', 'sphinx_rtd_theme',
111111
'paramiko', 'seaborn', 'matplotlib', 'scipy<=1.10.1',
112-
'nose',
112+
'nose', 'pysr',
113113
'flake8', 'six', 'qiita-files @ https://github.com/'
114114
'qiita-spots/qiita-files/archive/master.zip', 'mock',
115115
'python-jose', 'markdown2', 'iteration_utilities',

0 commit comments

Comments
 (0)