Skip to content

Commit

Permalink
Add note about multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Dec 6, 2023
1 parent d819358 commit 77f75de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/environment-mindeps.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# NOTE: Minimum dependencies are defined in `pyproject.toml`.
# This file is only used for testing purposes.
# When making changes to minimum dependencies, make sure both this file
# and `pyproject.toml` are consistent with each other.
name: test-environment
channels:
- conda-forge
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ classifiers = [
"License :: OSI Approved :: MIT License",
]

# NOTE: Minimum dependencies are tested with the packages defined in the
# `ci/environment-mindeps.yaml` conda environment. When updating minimum dependencies
# here, make sure to also update `ci/environment-mindeps.yaml`.
[tool.poetry.dependencies]
python = ">=3.8,<4.0"
python-cmr = ">=0.9.0"
Expand Down

0 comments on commit 77f75de

Please sign in to comment.