We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c0225e + dcefd35 commit 31d5213Copy full SHA for 31d5213
meta.yaml
@@ -23,6 +23,8 @@ requirements:
23
- numba
24
- six
25
- ipython
26
+ - matplotlib
27
+ - seaborn
28
29
test:
30
imports:
requirements.txt
@@ -7,3 +7,5 @@ tables
7
numba
8
six
9
ipython
10
+matplotlib
11
+seaborn
setup.py
@@ -47,7 +47,6 @@
47
'classifiers': [
48
"Development Status :: 4 - Beta",
49
"Environment :: Web Environment",
50
- "Intended Audience :: Data Science",
51
"Intended Audience :: Developers",
52
"Intended Audience :: Science/Research",
53
"License :: OSI Approved :: Apache Software License",
0 commit comments