forked from pool/python-uncertainties
* fix support for Numpy 2.0 (#245). Note: uncertainties.unumpy still provides umatrix based on numpy.matrix. With numpy.matrix discouraged, umatrix is too, and will be dropped in a future release. * use setuptools-scm for setting version number from git tag (#247) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-uncertainties?expand=0&rev=32
14 lines
402 B
Diff
14 lines
402 B
Diff
Index: uncertainties-3.1.7/setup.py
|
|
===================================================================
|
|
--- uncertainties-3.1.7.orig/setup.py
|
|
+++ uncertainties-3.1.7/setup.py
|
|
@@ -337,7 +337,7 @@ try:
|
|
'Source': 'https://github.com/lebigot/uncertainties'
|
|
},
|
|
|
|
- install_requires=['future'],
|
|
+ install_requires=[],
|
|
|
|
tests_require=['nose', 'numpy'],
|
|
|