Skip to content

Commit

Permalink
add xarray to deps, bump to Python ^3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Dec 5, 2023
1 parent 488872a commit d1b718d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 70 deletions.
4 changes: 0 additions & 4 deletions .github/actions/install-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ runs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root

- name: Install xarray
shell: bash
run: poetry run pip install xarray

- name: Install R
uses: r-lib/actions/setup-r@v2

Expand Down
92 changes: 27 additions & 65 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Max Halford <maxhalford25@gmail.com>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
scikit-learn = "^1.0.2"
pandas = "^1.4.1 || ^2.0.0"
altair = "^4.2.2 || ^5.0.0"
Expand All @@ -20,6 +20,7 @@ rpy2 = "^3.5.2"
black = {version = "^22.3.0", allow-prereleases = true}
ruff = "^0.0.270"
pre-commit = "^3.3.2"
xarray = "^2023.11.0"

[tool.black]
line-length = 100
Expand Down

0 comments on commit d1b718d

Please sign in to comment.