Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MaggotUBA-adapter
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nyx
MaggotUBA-adapter
Merge requests
!14
taggingbackends updated
代码
评审变更
检出分支
下载
补丁
文本差异
Merged
taggingbackends updated
dev
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
François LAURENT
requested to merge
dev
into
main
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
No version increment.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
0f20d512
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
pyproject.toml
+
1
−
1
Options
@@ -14,7 +14,7 @@ maggotuba-core = {git = "https://gitlab.pasteur.fr/nyx/MaggotUBA-core", tag = "v
torch
=
"^1.11.0"
numpy
=
"^1.19.3"
protobuf
=
"3.9.2"
taggingbackends
=
{
git
=
"https://gitlab.pasteur.fr/nyx/TaggingBackends"
,
rev
=
"v0.18"
}
taggingbackends
=
{
git
=
"https://gitlab.pasteur.fr/nyx/TaggingBackends"
,
rev
=
"v0.18
.1
"
}
[build-system]
requires
=
["poetry-core>
=
1.0
.
0
"]
Loading