Update Jenkinsfile for improved dependency installation and set license to MIT in pyproject.toml; add requirements_dev.txt for development dependencies
All checks were successful
Gitea/kapitanbooru-uploader/pipeline/head This commit looks good
All checks were successful
Gitea/kapitanbooru-uploader/pipeline/head This commit looks good
This commit is contained in:
@@ -18,7 +18,7 @@ dependencies = [
|
||||
]
|
||||
requires-python = ">=3.13"
|
||||
readme = "README.md"
|
||||
license = { file = "LICENSE" }
|
||||
license = "MIT"
|
||||
|
||||
[project.optional-dependencies]
|
||||
cuda12-nightly = [
|
||||
|
Reference in New Issue
Block a user