Skip to content

Commit d60bf6d

Browse files
authored
Merge pull request #117 from Kai-Striega/maint/tidyup-imports
MAINT: Tidy up imports
2 parents 28140ba + d148fe0 commit d60bf6d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

environment.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ dependencies:
1515
- meson
1616
- meson-python
1717
- ninja
18+
- spin
19+
- pkg-config
1820
# Tests
1921
- pytest
2022
- pytest-xdist
@@ -24,8 +26,9 @@ dependencies:
2426
- myst-parser
2527
- numpydoc
2628
- pydata-sphinx-theme>=0.15.0
27-
- spin
2829
# Lint
2930
- ruff>=0.3.0
3031
# Benchmarks
3132
- asv>=0.6.0
33+
# Misc tools
34+
- ipython

0 commit comments

Comments
 (0)