-
Notifications
You must be signed in to change notification settings - Fork 9
Update easyconfigs / yaml-spec-free changes #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -23,8 +23,7 @@ builddependencies = [ | |||||||
| dependencies = [ | ||||||||
| ('Python', '3.12.3'), | ||||||||
| ('SciPy-bundle', '2024.05'), | ||||||||
| ('matplotlib', '3.9.2'), | ||||||||
| ('scikit-learn', '1.6.1') | ||||||||
| ('matplotlib', '3.9.2') | ||||||||
|
||||||||
| ] | ||||||||
|
|
||||||||
| sanity_pip_check = True | ||||||||
|
|
@@ -46,10 +45,10 @@ exts_list = [ | |||||||
| ('fastcluster', '1.2.6', { | ||||||||
| 'checksums': ['aab886efa7b6bba7ac124f4498153d053e5a08b822d2254926b7206cdf5a8aa6'], | ||||||||
| }), | ||||||||
| ## ('scikit-learn', '1.6.1', { | ||||||||
| ## 'modulename': 'sklearn', | ||||||||
| ## 'source_urls' : [PYPI_SOURCE] | ||||||||
| ## }), | ||||||||
| ('scikit-learn', '1.4.2', { | ||||||||
|
||||||||
| ('scikit-learn', '1.4.2', { | |
| ('scikit-learn', '1.6.1', { |
Copilot
AI
Jan 27, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The scikit-learn package entry is missing a checksum. For consistency and to ensure package integrity, a checksum should be added.
| 'source_urls' : [PYPI_SOURCE] | |
| 'source_urls' : [PYPI_SOURCE], | |
| 'checksums': ['aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The variable name should use consistent formatting. In line 94, it's set to 'updateme', but this placeholder value should be more clearly documented or use a more conventional placeholder like '/path/to/your/easybuild/prefix' to avoid confusion.