Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.bio.base
Merge requests
!313
Fix database classes to follow bob.pipelines changes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Fix database classes to follow bob.pipelines changes
fix-database
into
master
Overview
0
Commits
8
Pipelines
5
Changes
49
Merged
Fix database classes to follow bob.pipelines changes
Yannick DAYER
requested to merge
fix-database
into
master
Feb 12, 2023
Overview
0
Commits
8
Pipelines
5
Changes
49
0
0
Merge request reports
Compare
master
version 4
695b7ece
Feb 12, 2023
version 3
baa17e30
Feb 12, 2023
version 2
d6c1f5fc
Feb 12, 2023
version 1
a6038a61
Feb 12, 2023
master (base)
and
latest version
latest version
59af43ef
8 commits,
Feb 12, 2023
version 4
695b7ece
7 commits,
Feb 12, 2023
version 3
baa17e30
6 commits,
Feb 12, 2023
version 2
d6c1f5fc
5 commits,
Feb 12, 2023
version 1
a6038a61
4 commits,
Feb 12, 2023
49 files
+
726
−
163
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
49
conda/meta.yaml
+
2
−
2
View file @ 59af43ef
Edit in single-file editor
Open in Web IDE
Show full file
@@ -21,6 +21,7 @@ requirements:
-
python {{ python }}
-
setuptools {{ setuptools }}
-
pip {{ pip }}
-
clapp
-
bob.extension >5.0.1
-
bob.io.base
-
bob.learn.em
@@ -29,7 +30,6 @@ requirements:
-
click {{ click }}
-
click-plugins {{ click_plugins }}
-
dask {{ dask }}
-
exposed
-
numpy {{ numpy }}
-
pandas {{ pandas }}
-
scipy {{ scipy }}
@@ -37,12 +37,12 @@ requirements:
run
:
-
python
-
setuptools
-
clapp
-
bob.extension
-
bob.io.base
-
bob.learn.em
-
bob.measure
-
bob.pipelines
-
exposed
-
{{
pin_compatible('click')
}}
-
{{
pin_compatible('click-plugins')
}}
-
{{
pin_compatible('dask')
}}
Loading