Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
conda
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
Model registry
Operate
Environments
Monitor
Incidents
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
conda
Merge requests
!451
Add bob.ip.view external dependencies
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add bob.ip.view external dependencies
bob_ip_view_dependencies
into
master
Overview
3
Commits
1
Pipelines
1
Changes
2
1 unresolved thread
Hide all comments
Merged
Vincent POLLET
requested to merge
bob_ip_view_dependencies
into
master
4 years ago
Overview
3
Commits
1
Pipelines
1
Changes
2
1 unresolved thread
Hide all comments
Expand
Dependencies:
pyopengl
pyqtgraph
qtpy
qdarkstyle
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
479fafce
1 commit,
4 years ago
2 files
+
7
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
conda/beat-devel/meta.yaml
+
2
−
2
Options
@@ -2,7 +2,7 @@
{
%
set nopin =
[
'
ca-certificates'
,
'
certifi'
,
'
openssl'
,
'
libstdcxx-ng'
,
'
libgcc-ng'
,
'
libcxx'
,
'
libcxxabi'
]
%
}
package
:
name
:
beat-devel
version
:
2020.11.0
4
version
:
2020.11.0
5
build
:
# the build number must be zero all the time.
@@ -14,7 +14,7 @@ build:
requirements
:
host
:
-
bob-devel 2020.11.0
4
-
bob-devel 2020.11.0
5
-
python {{ python }}
# the dependencies are pinned in bob-devel
-
docker-py
Loading