Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.backend.python
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
Show more breadcrumbs
beat
beat.backend.python
Commits
1e8e9f1a
Commit
1e8e9f1a
authored
4 years ago
by
Samuel GAIST
Browse files
Options
Downloads
Plain Diff
Merge branch 'conda-recipe' into 'master'
[conda] Standardize conda recipe See merge request
!79
parents
32c9e50e
0aa5b9c8
No related branches found
No related tags found
1 merge request
!79
[conda] Standardize conda recipe
Pipeline
#45144
passed
4 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
conda/meta.yaml
+14
-7
14 additions, 7 deletions
conda/meta.yaml
with
14 additions
and
7 deletions
conda/meta.yaml
+
14
−
7
View file @
1e8e9f1a
...
@@ -29,16 +29,23 @@ requirements:
...
@@ -29,16 +29,23 @@ requirements:
host
:
host
:
-
python {{ python }}
-
python {{ python }}
-
setuptools {{ setuptools }}
-
setuptools {{ setuptools }}
-
docopt {{ docopt }}
-
numpy {{ numpy }}
-
requests {{ requests }}
-
setuptools {{ setuptools }}
-
simplejson {{ simplejson }}
-
pyzmq {{ pyzmq }}
-
six
# six usage is deprecated and it's jinja variable does not exist
run
:
run
:
-
python
-
python
-
setuptools
-
setuptools
-
docopt
-
{{
pin_compatible('
docopt
')
}}
-
numpy
-
{{
pin_compatible('numpy')
}}
-
requests
-
{{
pin_compatible('
requests
')
}}
-
setuptools
-
{{
pin_compatible('
setuptools
')
}}
-
simplejson
-
{{
pin_compatible('
simplejson
')
}}
-
six
-
{{
pin_compatible('pyzmq')
}}
-
pyzmq
-
{{
pin_compatible('six')
}}
test
:
test
:
imports
:
imports
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment