Skip to content

Commit

Permalink
force virtualenv on conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Jan 4, 2024
1 parent 9886389 commit 8b58031
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions conda/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ dependencies:
- pip
- python 3.8.1
- poetry
- virtualenv >= 20.25.0
1 change: 1 addition & 0 deletions conda/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ dependencies:
- python 3.10.* # min version supported
- poetry
- nodejs >=18.17 # used by semantic-release
- virtualenv >= 20.25.0
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.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ mkdocs-material = ">=9.1.15"
mkdocstrings = {version=">=0.19.0", extras=["python"]}
makim = "1.8.3"
compose-go = ">=1.23.0"
virtualenv = ">=20.25.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 8b58031

Please sign in to comment.