X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=blobdiff_plain;f=doc%2Fsource%2Frequirements.rst;fp=doc%2Fsource%2Frequirements.rst;h=eba8614239ca4070ae154c76b3cb8576c468bf2b;hp=19f787112735c8a7a0813808f2880790bd62bcc1;hb=ce9ead261a1f5827d2fc0aa64ae2bfffb352b718;hpb=87d8b12c24c3a7a1a42b99b932eaea1663a350c9 diff --git a/doc/source/requirements.rst b/doc/source/requirements.rst index 19f7871..eba8614 100644 --- a/doc/source/requirements.rst +++ b/doc/source/requirements.rst @@ -5,14 +5,13 @@ Dunshire is a Python library, so it needs a Python interpreter. To "build" it, you'll need `Setuptools `_. The only other requirement is the `CVXOPT `_ library, available for most Linux -distributions. Dunshire is targeted at python-3.x, but python-2.x will -probably work too. +distributions. So, end users require: -* python (tested: 3.4, 3.5) -* setuptools (tested: 20.6.7) -* cvxopt (tested: 1.1.8) +* python (tested: 3.8, 3.9, 3.10) +* setuptools (tested: 65.7.0) +* cvxopt (tested: 1.3.0) Developers will also want: