Skip to content

Commit 030c8fd

Browse files
authored
Add missing space in httpx requirement (#1210)
1 parent 53e8777 commit 030c8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

continuous_integration/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ requirements:
3838
- dask >=2022.3.0,<=2023.7.1
3939
- pandas >=1.4.0
4040
- fastapi >=0.92.0
41-
- httpx>=0.24.1
41+
- httpx >=0.24.1
4242
- uvicorn >=0.13.4
4343
- tzlocal >=2.1
4444
- prompt-toolkit >=3.0.8

0 commit comments

Comments
 (0)