Skip to content

Commit

Permalink
Replace build with python-build, fix package order (#358)
Browse files Browse the repository at this point in the history
- build feedstock is deprecated: https://github.com/conda-forge/build-feedstock

Signed-off-by: Arham Chopra <[email protected]>
  • Loading branch information
arhamchopra authored Aug 26, 2024
1 parent b055d62 commit 455aa22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions conda/dev-environment-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ channels:
dependencies:
- bison
- brotli
- build
- bump2version>=1
- cmake
- codespell>=2.2.6,<2.3
Expand All @@ -15,7 +14,6 @@ dependencies:
- exprtk
- flex
- graphviz
- python-graphviz
- gtest
- httpx>=0.20,<1
- isort>=5,<6
Expand All @@ -33,13 +31,15 @@ dependencies:
- polars
- psutil
- pyarrow=16
- pytz
- pytest
- pytest-asyncio
- pytest-cov
- pytest-sugar
- python<3.13
- python-build
- python-graphviz
- python-rapidjson
- pytz
- rapidjson
- requests
- ruamel.yaml
Expand Down
2 changes: 1 addition & 1 deletion conda/dev-environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ channels:
- nodefaults
dependencies:
- brotli
- build
- bump2version>=1
- cmake
- codespell>=2.2.6,<2.3
Expand Down Expand Up @@ -36,6 +35,7 @@ dependencies:
- pytest-cov
- pytest-sugar
- python<3.13
- python-build
- python-graphviz
- python-rapidjson
- pytz
Expand Down

0 comments on commit 455aa22

Please sign in to comment.