Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mariya committed Dec 8, 2023
1 parent 481eb3b commit b2b65de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8.5
- name: Set up Python 3.8.10
uses: actions/setup-python@v3
with:
python-version: "3.8.5"
python-version: "3.8.10"
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"pandas >= 2.0.3",
"pyyml >= 6.0.0"
]
requires-python = ">=3.8.5"
requires-python = ">=3.8.10"

[project.optional-dependencies]
dev = ["pytest", "bumpver", "pip-tools", "freezegun", "flake8"]
Expand Down

0 comments on commit b2b65de

Please sign in to comment.