Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
containers
eic_container
Merge requests
!474
feat: py-minkowskiengine
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
feat: py-minkowskiengine
wdconinc-master-patch-02750
into
master
Overview
1
Commits
2
Pipelines
0
Changes
1
Closed
Wouter Deconinck
requested to merge
wdconinc-master-patch-02750
into
master
2 years ago
Overview
1
Commits
2
Pipelines
0
Changes
1
Expand
Stuck on pip pre-23.1 due to install-option requirement.
Edited
1 year ago
by
Wouter Deconinck
0
0
Merge request reports
Viewing commit
3c9366b7
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
3c9366b7
update pytorch
· 3c9366b7
Wouter Deconinck
authored
2 years ago
.gitlab-ci.yml
+
2
−
1
Options
@@ -11,12 +11,13 @@ variables:
## Spack github version, e.g. v0.18.1 or commit hash
SPACK_VERSION
:
"
v0.19.0"
## Space-separated list of spack cherry-picks
SPACK_CHERRYPICKS
:
"
b5ef5c2eb5145020f9de1bcb964626ce6ac2d02e
99056e03bd3e903b222e300636ec484d85d4b3fb
f3f8b31be54280c6ef0b5f95ab85604aba3dff30
f2b0c1deab87da3b5aa4c1f2ef4d6af06fa4e32d"
SPACK_CHERRYPICKS
:
"
b5ef5c2eb5145020f9de1bcb964626ce6ac2d02e
99056e03bd3e903b222e300636ec484d85d4b3fb
f3f8b31be54280c6ef0b5f95ab85604aba3dff30
dceb4c9d655d0529e112b8929558be60973b39f7
f2b0c1deab87da3b5aa4c1f2ef4d6af06fa4e32d"
## Ref: https://github.com/spack/spack/commit/[hash]
## [hash]: [description]
## b5ef5c2eb5145020f9de1bcb964626ce6ac2d02e: geant4: version bumps for Geant4 11.1.0
## 99056e03bd3e903b222e300636ec484d85d4b3fb: acts: new versions 19.11.0, 21.0.0, 21.1.0
## f3f8b31be54280c6ef0b5f95ab85604aba3dff30: XRootD: add checksum + patch for 5.5.1
## dceb4c9d655d0529e112b8929558be60973b39f7: Update PyTorch ecosystem
## f2b0c1deab87da3b5aa4c1f2ef4d6af06fa4e32d: py-minkowskiengine: new package (sparse tensor autodiff by Nvidia)
## EIC spack organization and repository, e.g. eic/eic-spack
Loading