Skip to content

Commit 212db2e

Browse files
committed
clean up deps
1 parent e77c531 commit 212db2e

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed
-8 Bytes
Binary file not shown.

pkg/dist/wvpy-0.1.7.tar.gz

-12 Bytes
Binary file not shown.

pkg/setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
url='https://github.com/WinVector/wvpy',
1414
packages=setuptools.find_packages(),
1515
install_requires=[
16-
'statistics',
1716
'numpy',
18-
'matplotlib',
19-
'sklearn',
2017
'pandas',
18+
'sklearn',
19+
'matplotlib',
2120
'data_algebra'
2221
],
2322
platforms=['any'],

pkg/wvpy.egg-info/requires.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
statistics
21
numpy
3-
matplotlib
4-
sklearn
52
pandas
3+
sklearn
4+
matplotlib
65
data_algebra

0 commit comments

Comments
 (0)