Skip to content

Commit

Permalink
Rich version for conda
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit9126 committed Aug 29, 2023
1 parent 2ab33c1 commit ad423d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ requirements:
- pint >=0.21.0
- requests >=2.28.1
- typing-extensions >=4.6.2
- rich >=13.5.2
- rich >=13.5.1

test:
imports:
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ regex = ">=2022.1.18"
requests = ">=2.28.1"
pint = ">=0.21.0"
typing-extensions = ">=4.6.2"
rich = ">=13.5.2"
rich = ">=13.5.1"

[tool.poetry.group.test.dependencies]
pytest = "^7.1.2"
Expand Down

0 comments on commit ad423d2

Please sign in to comment.