Skip to content

Commit b9bf01d

Browse files
committed
try to fix np bool8 issue #13
1 parent 23129d1 commit b9bf01d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

requirements.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
cadquery
1+
# use dev version of cadquery, current 2.4 has an issue with numpy 2.0
2+
# see https://github.com/CadQuery/cadquery/issues/1616
3+
cadquery @ git+https://github.com/CadQuery/cadquery

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
author_email='[email protected]',
1212
packages=find_packages(),
1313
install_requires=[
14-
'numpy~=1.26',
15-
'cadquery>=2'
14+
'cadquery>=2.4'
1615
],
1716
python_requires=">=3.8",
1817
classifiers=[

0 commit comments

Comments
 (0)