Skip to content

Commit

Permalink
Merge pull request #16697 from lexming/hyperopt
Browse files Browse the repository at this point in the history
rename hyperopt to Hyperopt, to be consistent with existing Hyperopt easyconfigs
  • Loading branch information
boegel authored Dec 9, 2022
2 parents 01756bd + 513679b commit 0586c15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
('Java', '11', '', SYSTEM),
('SciPy-bundle', '2020.11'),
('leidenalg', '0.8.3'),
('hyperopt', '0.2.5'),
('Hyperopt', '0.2.5'),
('CMake', '3.18.4'),
('dill', '0.3.3'),
('IPython', '7.18.1'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

easyblock = 'PythonBundle'

name = 'hyperopt'
name = 'Hyperopt'
version = '0.2.4'
local_python_versionsuffix = '-Python-%(pyver)s'
local_java_versionsuffix = '-Java-%(javaver)s'
Expand Down Expand Up @@ -43,7 +43,7 @@ exts_list = [
('lightgbm', '2.3.1', {
'checksums': ['bd1817be401e74c0d8b049e97ea2f35d2ce155cfa130119ce4195ea207bd6388'],
}),
(name, version, {
('hyperopt', version, {
'use_pip_extras': 'SparkTrials,MongoTrials,ATPE',
'checksums': ['6e72089a42eb70cf84b0567d4552a908adff7cfc5cf6b1c38add41adc775d9c6'],
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

easyblock = 'PythonBundle'

name = 'hyperopt'
name = 'Hyperopt'
version = '0.2.5'

homepage = 'https://github.com/hyperopt/hyperopt'
Expand Down Expand Up @@ -40,7 +40,7 @@ exts_list = [
('py4j', '0.10.9.2', {
'checksums': ['624f97c363b8dd84822bc666b12fa7f7d97824632b2ff3d852cc491359ce7615'],
}),
(name, version, {
('hyperopt', version, {
'use_pip_extras': 'SparkTrials,MongoTrials,ATPE',
'checksums': ['bc6047d50f956ae64eebcb34b1fd40f186a93e214957f20e87af2f10195295cc'],
}),
Expand Down

0 comments on commit 0586c15

Please sign in to comment.