mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
Patsy is a Python library for describing statistical models (especially linear models, or models that have a linear component) and building design matrices. Patsy brings the convenience of R "formulas" to Python. WWW: https://www.github.com/pydata/patsy PR: ports/183870 Submitted by: Johannes Jost Meixner <xmj chaot.net>
10 lines
362 B
Python
10 lines
362 B
Python
--- ./setup.py.orig 2013-08-20 18:59:30.000000000 +0300
|
|
+++ ./setup.py 2013-11-11 16:18:52.782247350 +0200
|
|
@@ -27,7 +27,6 @@
|
|
license="2-clause BSD",
|
|
packages=["patsy"],
|
|
url="https://github.com/pydata/patsy",
|
|
- install_requires=["numpy"],
|
|
classifiers =
|
|
[ "Development Status :: 4 - Beta",
|
|
"Intended Audience :: Developers",
|