File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
3
3
- conda-forge
4
4
dependencies :
5
5
- python>=3.8,<=3.12
6
- - numpy~=1.26
6
+ - numpy<2
7
7
- ipython
8
8
- ocp=7.7.2
9
9
- vtk=*=qt*
@@ -28,7 +28,7 @@ dependencies:
28
28
- appdirs
29
29
- pip
30
30
- recommonmark
31
- - cadquery>=2
31
+ - cadquery>=2.4
32
32
- pip :
33
33
- sphinx-toolbox>=3.5.0
34
34
Original file line number Diff line number Diff line change 1
- # use dev version of cadquery, current 2.4 has an issue with numpy 2.0
1
+ # current caadquery 2.4 has an issue with numpy 2.0
2
2
# see https://github.com/CadQuery/cadquery/issues/1616
3
- cadquery @ git+https://github.com/CadQuery/cadquery
3
+ numpy < 2
4
+ cadquery >= 2.4
Original file line number Diff line number Diff line change 11
11
author_email = 'mail@andreaskahler.com' ,
12
12
packages = find_packages (),
13
13
install_requires = [
14
+ 'numpy<2' ,
14
15
'cadquery>=2.4'
15
16
],
16
17
python_requires = ">=3.8" ,
You can’t perform that action at this time.
0 commit comments