Skip to content

Commit e769e2e

Browse files
authored
update deps
1 parent 6bc601a commit e769e2e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

recipe/meta.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{% set version = "1.0.0" %}
2+
{% set python_min = "3.11" %}
23

34
package:
45
name: octave_kernel
@@ -17,17 +18,16 @@ requirements:
1718
host:
1819
- pip
1920
- python {{ python_min }}
20-
- jupyter-packaging >=0.9,<2
21-
- metakernel >=0.24.0
22-
- jupyter_client >=4.3.0
23-
- ipykernel
24-
- hatchling >=1.0
21+
- metakernel >=1.0
22+
- jupyter_client >=8.1.0
23+
- ipykernel >=6.22.0
24+
- poetry >=2.3.1
2525

2626
run:
2727
- python >={{ python_min }}
28-
- metakernel >=0.24.0
29-
- jupyter_client >=4.3.0
30-
- ipykernel
28+
- metakernel >=1.0.0
29+
- jupyter_client >=8.1.0
30+
- ipykernel >=6.22.0
3131

3232
test:
3333
requires:

0 commit comments

Comments
 (0)