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
Klaus Noelp
ebrains-spack-builds
Commits
741dece1
Commit
741dece1
authored
1 year ago
by
Eric Müller
Committed by
Eleni Mathioulaki
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
chore(py-ray): add comments
I just looked up these things => next time we know it because of the comments.
parent
d86c095c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/py-ray/package.py
+6
-3
6 additions, 3 deletions
packages/py-ray/package.py
with
6 additions
and
3 deletions
packages/py-ray/package.py
+
6
−
3
View file @
741dece1
...
...
@@ -20,7 +20,9 @@ class PyRay(PythonPackage):
depends_on
(
"
python@3.6:3.10
"
,
when
=
"
@2.0.1
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
python@3.6:3.8
"
,
when
=
"
@0.8.7
"
,
type
=
(
"
build
"
,
"
run
"
))
# begin EBRAINS (modified): ECM relax constraint to allow newer bazel
depends_on
(
"
bazel@4.2.2:5
"
,
when
=
"
@2.0.1
"
,
type
=
"
build
"
)
# end EBRAINS (modified)
depends_on
(
"
bazel@3.2.0
"
,
when
=
"
@0.8.7
"
,
type
=
"
build
"
)
depends_on
(
"
npm
"
,
type
=
"
build
"
)
depends_on
(
"
py-setuptools
"
,
type
=
"
build
"
)
...
...
@@ -45,11 +47,12 @@ class PyRay(PythonPackage):
depends_on
(
"
py-typing-extensions
"
,
when
=
"
@2.0.1 ^python@:3.7
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-virtualenv
"
,
when
=
"
@2.0.1
"
,
type
=
(
"
build
"
,
"
run
"
))
# needed to fix import errors
#
begin EBRAINS (added): ElM
needed to fix import errors
depends_on
(
"
py-setproctitle
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-colorama
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-psutil
"
,
type
=
(
"
build
"
,
"
run
"
))
# end EBRAINS
with
when
(
"
+default
"
):
depends_on
(
"
py-aiohttp@3.7:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-aiohttp-cors
"
,
type
=
(
"
build
"
,
"
run
"
))
...
...
@@ -100,4 +103,4 @@ class PyRay(PythonPackage):
with
working_dir
(
join_path
(
"
python
"
,
"
ray
"
,
"
dashboard
"
,
"
client
"
)):
npm
=
which
(
"
npm
"
)
npm
(
"
ci
"
)
npm
(
"
run
"
,
"
build
"
)
\ No newline at end of file
npm
(
"
run
"
,
"
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