Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.pipelines
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.pipelines
Merge requests
!109
Add a way to retrieve protocol definition files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Add a way to retrieve protocol definition files
add-protocols-retriever
into
master
Overview
0
Commits
11
Pipelines
5
Changes
20
Merged
Add a way to retrieve protocol definition files
Yannick DAYER
requested to merge
add-protocols-retriever
into
master
Feb 6, 2023
Overview
0
Commits
11
Pipelines
5
Changes
20
Removes
bob.extension
's
get_file()
.
0
0
Merge request reports
Compare
master
version 4
ec3b5c58
Feb 11, 2023
version 3
6a799511
Feb 11, 2023
version 2
0c035c0f
Feb 6, 2023
version 1
7eb66c9d
Feb 6, 2023
master (base)
and
latest version
latest version
cbde206f
11 commits,
Feb 11, 2023
version 4
ec3b5c58
10 commits,
Feb 11, 2023
version 3
6a799511
8 commits,
Feb 11, 2023
version 2
0c035c0f
7 commits,
Feb 6, 2023
version 1
7eb66c9d
6 commits,
Feb 6, 2023
20 files
+
1002
−
139
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
conda/meta.yaml
+
5
−
5
View file @ cbde206f
Edit in single-file editor
Open in Web IDE
Show full file
@@ -21,9 +21,8 @@ requirements:
-
python {{ python }}
-
setuptools {{ setuptools }}
-
pip {{ pip }}
-
exposed
-
clapp
# bob dependencies
-
bob.extension
-
bob.io.base
# other libraries
-
numpy {{ numpy }}
@@ -32,14 +31,14 @@ requirements:
-
distributed {{ distributed }}
-
scikit-learn {{ scikit_learn }}
-
xarray {{ xarray }}
-
h5py {{h5py}}
-
h5py {{ h5py }}
-
requests {{ requests }}
# optional dependencies
-
dask-ml {{ dask_ml }}
run
:
-
python
-
setuptools
-
exposed
-
bob.extension
-
clapp
-
bob.io.base
-
{{
pin_compatible('numpy')
}}
-
{{
pin_compatible('dask')
}}
@@ -48,6 +47,7 @@ requirements:
-
{{
pin_compatible('scikit-learn')
}}
-
{{
pin_compatible('xarray')
}}
-
{{
pin_compatible('h5py')
}}
-
requests
run_constrained
:
-
{{
pin_compatible('dask-ml')
}}
Loading