Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build failure #783

Merged
merged 14 commits into from
Jul 14, 2022
17 changes: 9 additions & 8 deletions devtools/conda.recipe/build_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ channels:
- defaults
dependencies:
- python=3.8
- setuptools
- setuptools_scm
- conda-verify
- conda-build
- mamba
- boa>=0.6
- anaconda-client
- numpydoc>=0.5
- setuptools=62.6.0
- setuptools_scm=7.0.2
- conda-verify=3.1.1
- conda-build=3.21.9
- mamba=0.24.0
- boa=0.11.0
- anaconda-client=1.8.0
- numpydoc=1.4.0
- urllib3=1.26.9
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ setup_requires =
setuptools >=38.3.0
setuptools_scm
install_requires =
numpy >=1.20
numpy ==1.21
vhirtham marked this conversation as resolved.
Show resolved Hide resolved
asdf >=2.8.2
pandas >=1.0
xarray >=0.19
Expand Down