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
92d71194
Commit
92d71194
authored
2 months ago
by
Matvey Loshakov
Browse files
Options
Downloads
Patches
Plain Diff
Updated dependencies for na3
parent
dd7c8e10
No related branches found
No related tags found
No related merge requests found
Pipeline
#60429
failed with stage
in 3 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/py-neuralactivitycubic/package.py
+12
-12
12 additions, 12 deletions
packages/py-neuralactivitycubic/package.py
with
12 additions
and
12 deletions
packages/py-neuralactivitycubic/package.py
+
12
−
12
View file @
92d71194
...
@@ -15,21 +15,21 @@ class PyNeuralactivitycubic(PythonPackage):
...
@@ -15,21 +15,21 @@ class PyNeuralactivitycubic(PythonPackage):
version
(
"
0.0.3
"
,
sha256
=
"
516e99e44a70d83f526a128e653a63c6b7ae4ffbe362fe7854121999a7c8fecb
"
)
version
(
"
0.0.3
"
,
sha256
=
"
516e99e44a70d83f526a128e653a63c6b7ae4ffbe362fe7854121999a7c8fecb
"
)
depends_on
(
"
python@3.
8
:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
python@3.
10
:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-ipywidgets@8.0.
2
:8
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-ipywidgets@8.0.
4
:8
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-ipyfilechooser@0.6.0
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-ipyfilechooser@0.6.0
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-imageio@2.3
0
:2
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-imageio@2.3
1
:2
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-imageio-ffmpeg@0.4:0.5
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-imageio-ffmpeg@0.4:0.5
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-matplotlib@3.8:3.9
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-matplotlib@3.8:3.9
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-scipy@1.11.4
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-scipy@1.11.4
:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-numpy@1.26.
2
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-numpy@1.26.
0:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-pandas@2.2.1
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-pandas@2.2.1
:2.3
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-pybaselines@1.1.0
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-pybaselines@1.1.0
:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-roifile@2024.1.10
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-roifile@2024.1.10
:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-shapely@2.0.1
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-shapely@2.0.1
:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-scikit-image@0.22.0
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-scikit-image@0.22.0
:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-jupyterlab@4.
2
.3
"
,
type
=
(
"
run
"
))
depends_on
(
"
py-jupyterlab@4.
3
.3
:
"
,
type
=
(
"
run
"
))
depends_on
(
"
py-setuptools
"
,
type
=
"
build
"
)
depends_on
(
"
py-setuptools
"
,
type
=
"
build
"
)
...
...
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