From d148fe0e5446dbc80ca9c977bbeece65acba49b6 Mon Sep 17 00:00:00 2001 From: Kai Striega Date: Wed, 3 Apr 2024 16:55:36 +1100 Subject: [PATCH] MAINT: Tidy up imports --- environment.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 921cec8..0fb344e 100644 --- a/environment.yml +++ b/environment.yml @@ -15,6 +15,8 @@ dependencies: - meson - meson-python - ninja + - spin + - pkg-config # Tests - pytest - pytest-xdist @@ -24,8 +26,9 @@ dependencies: - myst-parser - numpydoc - pydata-sphinx-theme>=0.15.0 - - spin # Lint - ruff>=0.3.0 # Benchmarks - asv>=0.6.0 + # Misc tools + - ipython \ No newline at end of file