Skip to content
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

{tools}[foss/2024a] Optuna v4.0.0 #21817

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

lcniel
Copy link
Contributor

@lcniel lcniel commented Nov 11, 2024

Copy link

github-actions bot commented Nov 11, 2024

Updated software Optuna-4.0.0-foss-2024a.eb

Diff against Optuna-3.6.1-foss-2023b.eb

easybuild/easyconfigs/o/Optuna/Optuna-3.6.1-foss-2023b.eb

diff --git a/easybuild/easyconfigs/o/Optuna/Optuna-3.6.1-foss-2023b.eb b/easybuild/easyconfigs/o/Optuna/Optuna-4.0.0-foss-2024a.eb
index 35dec40e23..f85fda0147 100644
--- a/easybuild/easyconfigs/o/Optuna/Optuna-3.6.1-foss-2023b.eb
+++ b/easybuild/easyconfigs/o/Optuna/Optuna-4.0.0-foss-2024a.eb
@@ -1,7 +1,7 @@
 easyblock = 'PythonBundle'
 
 name = 'Optuna'
-version = '3.6.1'
+version = '4.0.0'
 
 homepage = "https://optuna.org/"
 description = """Optuna is an automatic hyperparameter optimization software framework,
@@ -11,18 +11,18 @@ with Optuna enjoys high modularity, and the user of Optuna can dynamically
 construct the search spaces for the hyperparameters."""
 
 
-toolchain = {'name': 'foss', 'version': '2023b'}
+toolchain = {'name': 'foss', 'version': '2024a'}
 
 dependencies = [
-    ('Python', '3.11.5'),
-    ('PyYAML', '6.0.1'),
-    ('SciPy-bundle', '2023.11'),
-    ('tqdm', '4.66.2'),
-    ('matplotlib', '3.8.2'),  # optional
-    ('plotly.py', '5.18.0'),  # optional
-    ('redis-py', '5.0.9'),  # optional
-    ('scikit-learn', '1.4.0'),  # optional
-    ('SQLAlchemy', '2.0.29'),
+    ('Python', '3.12.3'),
+    ('PyYAML', '6.0.2'),
+    ('SciPy-bundle', '2024.05'),
+    ('tqdm', '4.66.5'),
+    ('matplotlib', '3.9.2'),  # optional
+    ('plotly.py', '5.24.1'),  # optional
+    ('redis-py', '5.1.1'),  # optional
+    ('scikit-learn', '1.5.2'),  # optional
+    ('SQLAlchemy', '2.0.36'),
 ]
 
 use_pip = True
@@ -32,12 +32,12 @@ exts_list = [
     ('cmaes', '0.11.1', {
         'checksums': ['cf71fa3679814723be771f2c9edd85f465b1bc1e409e1ad6d8a9e481efcd5160'],
     }),
-    ('colorlog', '6.8.2', {
-        'checksums': ['3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44'],
+    ('colorlog', '6.9.0', {
+        'checksums': ['bfba54a1b93b94f54e1f4fe48395725a3d92fd2a4af702f6bd70946bdc0c6ac2'],
     }),
-    ('optuna', version, {
+    ('%(namelower)s', version, {
         'use_pip_extras': 'optional',
-        'checksums': ['146e530b57b4b9afd7526b3e642fbe65491f7e292b405913355f8e438e361ecf'],
+        'checksums': ['844949f09e2a7353ab414e9cfd783cf0a647a65fc32a7236212ed6a37fe08973'],
     }),
 ]
 
Diff against Optuna-3.5.0-foss-2023a.eb

easybuild/easyconfigs/o/Optuna/Optuna-3.5.0-foss-2023a.eb

diff --git a/easybuild/easyconfigs/o/Optuna/Optuna-3.5.0-foss-2023a.eb b/easybuild/easyconfigs/o/Optuna/Optuna-4.0.0-foss-2024a.eb
index 73bf89e6cc..f85fda0147 100644
--- a/easybuild/easyconfigs/o/Optuna/Optuna-3.5.0-foss-2023a.eb
+++ b/easybuild/easyconfigs/o/Optuna/Optuna-4.0.0-foss-2024a.eb
@@ -1,7 +1,7 @@
 easyblock = 'PythonBundle'
 
 name = 'Optuna'
-version = '3.5.0'
+version = '4.0.0'
 
 homepage = "https://optuna.org/"
 description = """Optuna is an automatic hyperparameter optimization software framework,
@@ -11,33 +11,33 @@ with Optuna enjoys high modularity, and the user of Optuna can dynamically
 construct the search spaces for the hyperparameters."""
 
 
-toolchain = {'name': 'foss', 'version': '2023a'}
+toolchain = {'name': 'foss', 'version': '2024a'}
 
 dependencies = [
-    ('Python', '3.11.3'),
-    ('PyYAML', '6.0'),
-    ('SciPy-bundle', '2023.07'),
-    ('tqdm', '4.66.1'),
-    ('matplotlib', '3.7.2'),  # optional
-    ('plotly.py', '5.16.0'),  # optional
-    ('redis-py', '5.0.1'),  # optional
-    ('scikit-learn', '1.3.1'),  # optional
-    ('SQLAlchemy', '2.0.25'),
+    ('Python', '3.12.3'),
+    ('PyYAML', '6.0.2'),
+    ('SciPy-bundle', '2024.05'),
+    ('tqdm', '4.66.5'),
+    ('matplotlib', '3.9.2'),  # optional
+    ('plotly.py', '5.24.1'),  # optional
+    ('redis-py', '5.1.1'),  # optional
+    ('scikit-learn', '1.5.2'),  # optional
+    ('SQLAlchemy', '2.0.36'),
 ]
 
 use_pip = True
 sanity_pip_check = True
 
 exts_list = [
-    ('cmaes', '0.10.0', {
-        'checksums': ['48afc70df027114739872b50489ae6b32461c307b92d084a63c7090a9742faf9'],
+    ('cmaes', '0.11.1', {
+        'checksums': ['cf71fa3679814723be771f2c9edd85f465b1bc1e409e1ad6d8a9e481efcd5160'],
     }),
-    ('colorlog', '6.8.0', {
-        'checksums': ['fbb6fdf9d5685f2517f388fb29bb27d54e8654dd31f58bc2a3b217e967a95ca6'],
+    ('colorlog', '6.9.0', {
+        'checksums': ['bfba54a1b93b94f54e1f4fe48395725a3d92fd2a4af702f6bd70946bdc0c6ac2'],
     }),
-    ('optuna', version, {
+    ('%(namelower)s', version, {
         'use_pip_extras': 'optional',
-        'checksums': ['ca9e1ce16aa6c6a5af0e1cc1d0cbcd98eb1c75b6a2f06be6bd9c0c5ab0698724'],
+        'checksums': ['844949f09e2a7353ab414e9cfd783cf0a647a65fc32a7236212ed6a37fe08973'],
     }),
 ]
 
Diff against Optuna-3.1.0-foss-2022a.eb

easybuild/easyconfigs/o/Optuna/Optuna-3.1.0-foss-2022a.eb

diff --git a/easybuild/easyconfigs/o/Optuna/Optuna-3.1.0-foss-2022a.eb b/easybuild/easyconfigs/o/Optuna/Optuna-4.0.0-foss-2024a.eb
index ea4f959918..f85fda0147 100644
--- a/easybuild/easyconfigs/o/Optuna/Optuna-3.1.0-foss-2022a.eb
+++ b/easybuild/easyconfigs/o/Optuna/Optuna-4.0.0-foss-2024a.eb
@@ -1,7 +1,7 @@
 easyblock = 'PythonBundle'
 
 name = 'Optuna'
-version = '3.1.0'
+version = '4.0.0'
 
 homepage = "https://optuna.org/"
 description = """Optuna is an automatic hyperparameter optimization software framework,
@@ -11,40 +11,33 @@ with Optuna enjoys high modularity, and the user of Optuna can dynamically
 construct the search spaces for the hyperparameters."""
 
 
-toolchain = {'name': 'foss', 'version': '2022a'}
+toolchain = {'name': 'foss', 'version': '2024a'}
 
 dependencies = [
-    ('Python', '3.10.4'),
-    ('PyYAML', '6.0'),
-    ('SciPy-bundle', '2022.05'),
-    ('tqdm', '4.64.0'),
-    ('matplotlib', '3.5.2'),  # optional
-    ('plotly.py', '5.12.0'),  # optional
-    ('redis-py', '4.5.1'),  # optional
-    ('scikit-learn', '1.1.2'),  # optional
-    ('Mako', '1.2.0'),
-    ('Greenlet', '2.0.2'),
+    ('Python', '3.12.3'),
+    ('PyYAML', '6.0.2'),
+    ('SciPy-bundle', '2024.05'),
+    ('tqdm', '4.66.5'),
+    ('matplotlib', '3.9.2'),  # optional
+    ('plotly.py', '5.24.1'),  # optional
+    ('redis-py', '5.1.1'),  # optional
+    ('scikit-learn', '1.5.2'),  # optional
+    ('SQLAlchemy', '2.0.36'),
 ]
 
 use_pip = True
 sanity_pip_check = True
 
 exts_list = [
-    ('alembic', '1.9.3', {
-        'checksums': ['8fd6aaea56f5a703a190d25a705dfa91d7c313bb71de2f9c68f5abdcaf5df164'],
+    ('cmaes', '0.11.1', {
+        'checksums': ['cf71fa3679814723be771f2c9edd85f465b1bc1e409e1ad6d8a9e481efcd5160'],
     }),
-    ('cmaes', '0.9.1', {
-        'checksums': ['d122f8d46377f643a150c85ffc81c4e33909a34cfdcb522ee7a6fb17ea4f232c'],
+    ('colorlog', '6.9.0', {
+        'checksums': ['bfba54a1b93b94f54e1f4fe48395725a3d92fd2a4af702f6bd70946bdc0c6ac2'],
     }),
-    ('colorlog', '6.7.0', {
-        'checksums': ['bd94bd21c1e13fac7bd3153f4bc3a7dc0eb0974b8bc2fdf1a989e474f6e582e5'],
-    }),
-    ('SQLAlchemy', '2.0.3', {
-        'checksums': ['c2b924f6d0162ed1c0d8f47db1e56498702b1c3c953ad84f0eefbf5b4e53bb05'],
-    }),
-    ('optuna', version, {
+    ('%(namelower)s', version, {
         'use_pip_extras': 'optional',
-        'checksums': ['96c7c92860c8692d3aa569d749e72b121422cb4af0ed3ad4bfbc445b61416919'],
+        'checksums': ['844949f09e2a7353ab414e9cfd783cf0a647a65fc32a7236212ed6a37fe08973'],
     }),
 ]
 

@lcniel
Copy link
Contributor Author

lcniel commented Nov 11, 2024

Test report by @lcniel
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
vera06-4 - Linux Rocky Linux 8.9, x86_64, Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz, Python 3.6.8
See https://gist.github.com/lcniel/d49a2c77c30fcda2b1a646df1c2c163d for a full test report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant