summaryrefslogtreecommitdiff
path: root/environment.yml
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2023-05-13 11:02:49 -0600
committerGitHub <noreply@github.com>2023-05-13 11:02:49 -0600
commit5187067d7ad176ee3614beab2b99a524dd719aa8 (patch)
tree907997d0c294f550193322aaa73237c1a7bcfaa6 /environment.yml
parentb786189222ac5bf2f4efbb04399261f7f760bc18 (diff)
parent81caed6e3c34c4bf4b22b4f6167e816ba2a3f73c (diff)
downloadnumpy-5187067d7ad176ee3614beab2b99a524dd719aa8.tar.gz
Merge branch 'main' into deprecate-find-common-type
Diffstat (limited to 'environment.yml')
-rw-r--r--environment.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/environment.yml b/environment.yml
index b99fa1256..a6a309c8d 100644
--- a/environment.yml
+++ b/environment.yml
@@ -13,6 +13,11 @@ dependencies:
- openblas
- nomkl
- setuptools=59.2.0
+ - meson >= 0.64.0
+ - ninja
+ - pkg-config
+ - meson-python
+ - pip # so you can use pip to install spin
# For testing
- pytest
- pytest-cov
@@ -29,7 +34,7 @@ dependencies:
- scipy
- pandas
- matplotlib
- - pydata-sphinx-theme=0.9.0
+ - pydata-sphinx-theme=0.13.3
- doxygen
# NOTE: breathe 4.33.0 collides with sphinx.ext.graphviz
- breathe>4.33.0