Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Dec 7, 2023
1 parent f9071e4 commit 660cf82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion conda/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ channels:
dependencies:
- pip
- python 3.8.1
- poetry >=1.7
- poetry >=1.5
- pip:
- distlib >= 0.3.0
2 changes: 1 addition & 1 deletion conda/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ channels:
- conda-forge
dependencies:
- python 3.10.* # min version supported
- poetry >=1.7
- poetry >=1.5
- nodejs >=18.17 # used by semantic-release
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ mkdocstrings-python = ">=1.1.2"
jupyterlab = ">=4.0.5"
makim = "1.8.3"
compose-go = ">=1.23.0"
distlib = ">=0.3.0"

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

0 comments on commit 660cf82

Please sign in to comment.