Skip to content

Commit

Permalink
[522] removed tox and previous GitHub workflow, updated numba and pyt…
Browse files Browse the repository at this point in the history
…hon versions in pyproject.toml
  • Loading branch information
james.adams committed Jun 29, 2023
1 parent cbdd4ff commit 344fcff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 71 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/continuous-integration-workflow.yml

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ packages = [{include = 'climate_indices', from = 'src'}]

[tool.poetry.dependencies]
dask = '2022.2.0'
numba = '0.56.4'
python = '>=3.8,<=3.11'
numba = '0.57.0'
python = '^3.11'
scipy = '1.9.3'
xarray = '2023.1.0'

Expand Down
26 changes: 0 additions & 26 deletions tox.ini

This file was deleted.

0 comments on commit 344fcff

Please sign in to comment.