Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matvey Loshakov
ebrains-spack-builds
Commits
e2e690bd
Commit
e2e690bd
authored
5 months ago
by
Matvey Loshakov
Browse files
Options
Downloads
Patches
Plain Diff
fix python versions one more time
parent
8b2baeae
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#56126
failed with stage
in 3 minutes and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
create_JupyterLab_kernel.sh
+0
-0
0 additions, 0 deletions
create_JupyterLab_kernel.sh
packages/py-roifile/package.py
+1
-1
1 addition, 1 deletion
packages/py-roifile/package.py
with
1 addition
and
1 deletion
create_JupyterLab_kernel.sh
100644 → 100755
+
0
−
0
View file @
e2e690bd
File mode changed from 100644 to 100755
This diff is collapsed.
Click to expand it.
packages/py-roifile/package.py
+
1
−
1
View file @
e2e690bd
...
@@ -19,7 +19,7 @@ class PyRoifile(PythonPackage):
...
@@ -19,7 +19,7 @@ class PyRoifile(PythonPackage):
variant
(
"
all
"
,
default
=
True
,
description
=
"
Enable TIFF support
"
)
variant
(
"
all
"
,
default
=
True
,
description
=
"
Enable TIFF support
"
)
depends_on
(
"
python@3.
9
:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
python@3.
8
:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-setuptools
"
,
type
=
"
build
"
)
depends_on
(
"
py-setuptools
"
,
type
=
"
build
"
)
depends_on
(
"
py-numpy
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-numpy
"
,
type
=
(
"
build
"
,
"
run
"
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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