-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### What kind of change does this PR introduce? * Adds the `numba` release candidate repository to the `environment.yml`. * Stages changes to the `main.yml` workflows to test for dependency resolution. * Adjusts `tox.ini` to install release candidate of `numba` (`"numba"` modifier). * Updates package metadata. ### Does this PR introduce a breaking change? No. ### Other information: `xclim` running under Python3.12 with numba v0.59.0rc1 is testing without issues locally. See: numba/numba#9197
- Loading branch information
Showing
5 changed files
with
90 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,78 +1,79 @@ | ||
name: xclim | ||
channels: | ||
- conda-forge | ||
- defaults | ||
- numba # Added to gain access to Python3.12-compatible numba release candidates. | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- python >=3.8 | ||
- astroid | ||
- boltons >=20.1 | ||
- bottleneck >=1.3.1 | ||
- cf_xarray >=0.6.1 | ||
- cftime >=1.4.1 | ||
- Click >=8.1 | ||
- dask >=2.6.0 | ||
- importlib-resources # For Python3.8 | ||
- jsonpickle | ||
- lmoments3 | ||
- numba | ||
- numpy >=1.16 | ||
- pandas >=0.23,<2.2 | ||
- pint >=0.9 | ||
- poppler >=0.67 | ||
- pyyaml | ||
- scikit-learn >=0.21.3 | ||
- scipy >=1.2 | ||
- statsmodels | ||
- xarray >=2022.06.0,<2023.11.0 | ||
- yamale | ||
# Extras | ||
- eofs | ||
- flox | ||
- python >=3.8 | ||
- astroid | ||
- boltons >=20.1 | ||
- bottleneck >=1.3.1 | ||
- cf_xarray >=0.6.1 | ||
- cftime >=1.4.1 | ||
- Click >=8.1 | ||
- dask >=2.6.0 | ||
- importlib-resources # For Python3.8 | ||
- jsonpickle | ||
- lmoments3 | ||
- numba | ||
- numpy >=1.16 | ||
- pandas >=0.23,<2.2 | ||
- pint >=0.9 | ||
- poppler >=0.67 | ||
- pyyaml | ||
- scikit-learn >=0.21.3 | ||
- scipy >=1.2 | ||
- statsmodels | ||
- xarray >=2022.06.0,<2023.11.0 | ||
- yamale | ||
# Extras | ||
- eofs | ||
- flox | ||
# Testing and development dependencies | ||
- black >=22.12 | ||
- blackdoc | ||
- bump-my-version | ||
- cairosvg | ||
- codespell | ||
- coverage | ||
- distributed >=2.0 | ||
- filelock | ||
- flake8 | ||
- flake8-rst-docstrings | ||
- flit | ||
- h5netcdf | ||
- ipykernel | ||
- ipython | ||
- matplotlib | ||
- mypy | ||
- nbqa | ||
- nbsphinx | ||
- nbval | ||
- nc-time-axis | ||
- netCDF4 >=1.4 | ||
- notebook | ||
- platformdirs | ||
- pooch | ||
- pre-commit | ||
- pybtex | ||
- pylint | ||
- pytest | ||
- pytest-cov | ||
- pytest-socket | ||
- pytest-xdist >=3.2 | ||
- ruff >=0.1.0 | ||
- sphinx | ||
- sphinx-autodoc-typehints | ||
- sphinx-codeautolink | ||
- sphinx-copybutton | ||
- sphinx_rtd_theme >=1.0 | ||
- sphinxcontrib-bibtex | ||
- tokenize-rt | ||
- tox | ||
# - tox-conda # Will be added when a [email protected]+ compatible plugin is released. | ||
- xdoctest | ||
- yamllint | ||
- pip | ||
- pip: | ||
- flake8-alphabetize | ||
- sphinxcontrib-svg2pdfconverter | ||
- black >=22.12 | ||
- blackdoc | ||
- bump-my-version | ||
- cairosvg | ||
- codespell | ||
- coverage | ||
- distributed >=2.0 | ||
- filelock | ||
- flake8 | ||
- flake8-rst-docstrings | ||
- flit | ||
- h5netcdf | ||
- ipykernel | ||
- ipython | ||
- matplotlib | ||
- mypy | ||
- nbqa | ||
- nbsphinx | ||
- nbval | ||
- nc-time-axis | ||
- netCDF4 >=1.4 | ||
- notebook | ||
- platformdirs | ||
- pooch | ||
- pre-commit | ||
- pybtex | ||
- pylint | ||
- pytest | ||
- pytest-cov | ||
- pytest-socket | ||
- pytest-xdist >=3.2 | ||
- ruff >=0.1.0 | ||
- sphinx | ||
- sphinx-autodoc-typehints | ||
- sphinx-codeautolink | ||
- sphinx-copybutton | ||
- sphinx-rtd-theme >=1.0 | ||
- sphinxcontrib-bibtex | ||
- tokenize-rt | ||
- tox | ||
# - tox-conda # Will be added when a [email protected]+ compatible plugin is released. | ||
- xdoctest | ||
- yamllint | ||
- pip | ||
- pip: | ||
- flake8-alphabetize | ||
- sphinxcontrib-svg2pdfconverter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters