1
0
Files
python-uncertainties/remove-future-requirement.patch
Markéta Machová edfa99297b - Update to 3.2.2
* 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
2024-09-05 10:15:39 +00:00

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'],