Skip to content

Commit 078abf1

Browse files
committed
build(aratmospy, eidos, katbeam): add numpy 2.0 to conda_build_config
1 parent 346c8af commit 078abf1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

aratmospy/conda_build_config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
python:
22
- 3.10
33
- 3.11
4+
numpy:
5+
- 2.2

eidos/conda_build_config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
python:
22
- 3.10
3-
- 3.11
3+
- 3.11
4+
5+
numpy:
6+
- 2.2

katbeam/conda_build_config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
python:
2-
- 3.9
32
- 3.10
43
- 3.11
54

5+
numpy:
6+
- 2.2

0 commit comments

Comments
 (0)