Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
idiap-devtools
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
software
idiap-devtools
Commits
57e84057
Commit
57e84057
authored
1 year ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[conda] Update python >= 3.10
parent
0fe801f4
No related branches found
No related tags found
No related merge requests found
Pipeline
#81834
failed
1 year ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
conda/meta.yaml
+2
-2
2 additions, 2 deletions
conda/meta.yaml
src/idiap_devtools/profile.py
+2
-2
2 additions, 2 deletions
src/idiap_devtools/profile.py
src/idiap_devtools/scripts/env.py
+1
-1
1 addition, 1 deletion
src/idiap_devtools/scripts/env.py
with
5 additions
and
5 deletions
conda/meta.yaml
+
2
−
2
View file @
57e84057
...
@@ -21,10 +21,10 @@ build:
...
@@ -21,10 +21,10 @@ build:
requirements
:
requirements
:
host
:
host
:
-
python >=3.
9
-
python >=3.
10
-
pip
-
pip
run
:
run
:
-
python >=3.
9
-
python >=3.
10
-
pip
-
pip
# conda/mamba ecosystem dependencies
# conda/mamba ecosystem dependencies
-
conda
-
conda
...
...
This diff is collapsed.
Click to expand it.
src/idiap_devtools/profile.py
+
2
−
2
View file @
57e84057
...
@@ -130,8 +130,8 @@ class Profile:
...
@@ -130,8 +130,8 @@ class Profile:
Arguments:
Arguments:
python: The python version in the format
"
X.Y
"
(e.g.
"
3.
9
"
or
python: The python version in the format
"
X.Y
"
(e.g.
"
3.
11
"
or
"
3.1
0
"
)
"
3.1
2
"
)
private: Set to ``True`` if we should use private channels/indexes
private: Set to ``True`` if we should use private channels/indexes
to lookup dependencies. Should be ``False`` otherwise
to lookup dependencies. Should be ``False`` otherwise
...
...
This diff is collapsed.
Click to expand it.
src/idiap_devtools/scripts/env.py
+
1
−
1
View file @
57e84057
...
@@ -284,7 +284,7 @@ Examples:
...
@@ -284,7 +284,7 @@ Examples:
.. code:: sh
.. code:: sh
$ conda activate base
$ conda activate base
(base) devtool env -vv --python=3.
9
--output=whatever-i-like.yaml .
(base) devtool env -vv --python=3.
12
--output=whatever-i-like.yaml .
3. To develop multiple packages you checked out, just add the meta package
3. To develop multiple packages you checked out, just add the meta package
files of all packages you wish to consider, then pip-install the packages
files of all packages you wish to consider, then pip-install the packages
...
...
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