We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51db712 + daf41eb commit 62c6c19Copy full SHA for 62c6c19
setup.py
@@ -104,6 +104,6 @@ def build_extension(self, ext):
104
# may need to add all source paths for sdist packages w/o MANIFEST.in
105
ext_modules=[CMakeExtension('datasketches','.')],
106
cmdclass={'build_ext': CMakeBuild},
107
- install_requires=['numpy < 2.0'],
+ install_requires=['numpy'],
108
zip_safe=False
109
)
tox.ini
@@ -21,6 +21,6 @@ isolated_build = true
21
22
[testenv]
23
deps = pytest
24
- numpy < 2.0
+ numpy
25
changedir = tests
26
commands = pytest
0 commit comments