We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28140ba + d148fe0 commit d60bf6dCopy full SHA for d60bf6d
1 file changed
environment.yml
@@ -15,6 +15,8 @@ dependencies:
15
- meson
16
- meson-python
17
- ninja
18
+ - spin
19
+ - pkg-config
20
# Tests
21
- pytest
22
- pytest-xdist
@@ -24,8 +26,9 @@ dependencies:
24
26
- myst-parser
25
27
- numpydoc
28
- pydata-sphinx-theme>=0.15.0
- - spin
29
# Lint
30
- ruff>=0.3.0
31
# Benchmarks
32
- asv>=0.6.0
33
+ # Misc tools
34
+ - ipython
0 commit comments