Skip to content

Commit

Permalink
mention where to keep things synced
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Dec 18, 2024
1 parent f812a60 commit 9189469
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.9"
python: "3.9" # should keep this in sync with version in dev-env.yml
jobs:
post_create_environment:
# Install poetry
Expand Down
4 changes: 2 additions & 2 deletions dev-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ channels:
- bioconda
- nodefaults
dependencies:
- conda-forge::python=3.9 # the lowest version of python that we formally support; keep in sync with release.yml and noxfile.py
- conda-forge::python=3.9 # the lowest version of python that we formally support; keep in sync with release.yml, tests.yml, .readthedocs.yaml, and noxfile.py
- conda-forge::pip==24.3.1
- conda-forge::poetry==1.8.5
- conda-forge::poetry==1.8.5 # should keep this in sync with version in release.yml
- conda-forge::nox==2024.10.9
- conda-forge::poetry-plugin-export==1.8.0
- pip:
Expand Down

0 comments on commit 9189469

Please sign in to comment.