Skip to content

Commit fb976ad

Browse files
authored
conda/meta.yaml: fix syntax (#1035)
1 parent 249fe1a commit fb976ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ requirements:
3636
- elasticsearch >=8.17,<9
3737
- rich >=13,<15
3838
- python-dateutil >=2.8.2,<3
39-
- httpx >= 0.28.1
39+
- httpx >=0.28.1
4040

4141
test:
4242
imports:

0 commit comments

Comments
 (0)