Skip to content

Commit 33ef447

Browse files
committed
document data_algebra dependency
1 parent 0a9516a commit 33ef447

File tree

8 files changed

+9
-11
lines changed

8 files changed

+9
-11
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Win Vector LLC extras for teaching data science in Python 3
22

33
pip install wvpy
4-
# or: pip install https://github.com/WinVector/wvpy/raw/master/dist/wvpy-0.1.3.tar.gz
4+
# or: pip install https://github.com/WinVector/wvpy/raw/master/dist/wvpy-0.1.4.tar.gz
55

66
~/anaconda3/bin/python3
77

pkg/README.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
Win Vector LLC tools for teaching data science in Python 3
2-
3-
# ~/anaconda3/bin/python3 setup.py sdist
4-
5-
~/anaconda3/bin/pip uninstall wvpy
6-
~/anaconda3/bin/pip install https://github.com/WinVector/wvpy/raw/master/dist/wvpy-0.1.2.tar.gz
7-
# (any dependencies warned about abort install)
1+
Win Vector LLC extras for teaching data science in Python 3
82

3+
pip install wvpy
4+
# or: pip install https://github.com/WinVector/wvpy/raw/master/dist/wvpy-0.1.4.tar.gz
95

106
~/anaconda3/bin/python3
117

pkg/dist/wvpy-0.1.3.tar.gz

-4.5 KB
Binary file not shown.
Binary file not shown.

pkg/dist/wvpy-0.1.4.tar.gz

4.47 KB
Binary file not shown.

pkg/setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"""
88

99
setuptools.setup(name='wvpy',
10-
version='0.1.3',
10+
version='0.1.4',
1111
author='John Mount',
1212
author_email='[email protected]',
1313
url='https://github.com/WinVector/wvpy',
@@ -17,7 +17,8 @@
1717
'numpy',
1818
'matplotlib',
1919
'sklearn',
20-
'pandas'
20+
'pandas',
21+
'data_algebra'
2122
],
2223
platforms=['any'],
2324
license='License :: OSI Approved :: BSD 3-clause License',

pkg/wvpy.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: wvpy
3-
Version: 0.1.3
3+
Version: 0.1.4
44
Summary: Simple utilities for teaching Pandas and scikit learn.
55
Home-page: https://github.com/WinVector/wvpy
66
Author: John Mount

pkg/wvpy.egg-info/requires.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ numpy
33
matplotlib
44
sklearn
55
pandas
6+
data_algebra

0 commit comments

Comments
 (0)