Skip to content

Commit 455aa22

Browse files
authored
Replace build with python-build, fix package order (#358)
- build feedstock is deprecated: https://github.com/conda-forge/build-feedstock Signed-off-by: Arham Chopra <[email protected]>
1 parent b055d62 commit 455aa22

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

conda/dev-environment-unix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ channels:
55
dependencies:
66
- bison
77
- brotli
8-
- build
98
- bump2version>=1
109
- cmake
1110
- codespell>=2.2.6,<2.3
@@ -15,7 +14,6 @@ dependencies:
1514
- exprtk
1615
- flex
1716
- graphviz
18-
- python-graphviz
1917
- gtest
2018
- httpx>=0.20,<1
2119
- isort>=5,<6
@@ -33,13 +31,15 @@ dependencies:
3331
- polars
3432
- psutil
3533
- pyarrow=16
36-
- pytz
3734
- pytest
3835
- pytest-asyncio
3936
- pytest-cov
4037
- pytest-sugar
4138
- python<3.13
39+
- python-build
40+
- python-graphviz
4241
- python-rapidjson
42+
- pytz
4343
- rapidjson
4444
- requests
4545
- ruamel.yaml

conda/dev-environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ channels:
44
- nodefaults
55
dependencies:
66
- brotli
7-
- build
87
- bump2version>=1
98
- cmake
109
- codespell>=2.2.6,<2.3
@@ -36,6 +35,7 @@ dependencies:
3635
- pytest-cov
3736
- pytest-sugar
3837
- python<3.13
38+
- python-build
3939
- python-graphviz
4040
- python-rapidjson
4141
- pytz

0 commit comments

Comments
 (0)