summaryrefslogtreecommitdiff
path: root/PKG-INFO
diff options
context:
space:
mode:
authorAndreas Tille <tille@debian.org>2018-08-25 13:00:07 +0200
committerAndreas Tille <tille@debian.org>2018-08-25 13:00:07 +0200
commitbe6a2e59212e86b5bc967b66d89d5d4426a6781c (patch)
treecdf3e96ebc35cd50517266dc4ac7de3fa8af3785 /PKG-INFO
parent3687bde755d68caba93ada43bd5565dad916b88e (diff)
New upstream version 0.9.11+dfsg
Diffstat (limited to 'PKG-INFO')
-rw-r--r--PKG-INFO9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKG-INFO b/PKG-INFO
index e5b9d4f..227d9e7 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
Name: lmfit
-Version: 0.9.7
+Version: 0.9.11
Summary: Least-Squares Minimization with Bounds and Constraints
-Home-page: http://lmfit.github.io/lmfit-py/
+Home-page: https://lmfit.github.io/lmfit-py/
Author: LMFit Development Team
Author-email: matt.newville@gmail.com
License: BSD
-Download-URL: http://lmfit.github.io//lmfit-py/
+Download-URL: https://lmfit.github.io//lmfit-py/
Description: A library for least-squares minimization and data fitting in
Python. Built on top of scipy.optimize, lmfit provides a Parameter object
which can be set as fixed or free, can have upper and/or lower bounds, or
@@ -31,3 +31,4 @@ Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
+Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*