Skip to content

Commit

Permalink
Merge pull request #20510 from lexming/20240510165842_new_pr_Optuna350
Browse files Browse the repository at this point in the history
Optuna v3.5.0: replace SQLAlchemy extension with regular dependency
  • Loading branch information
smoors committed May 13, 2024
2 parents f6a4482 + 7021fd2 commit 51d2d0c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions easybuild/easyconfigs/o/Optuna/Optuna-3.5.0-foss-2023a.eb
Expand Up @@ -22,26 +22,19 @@ dependencies = [
('plotly.py', '5.16.0'), # optional
('redis-py', '5.0.1'), # optional
('scikit-learn', '1.3.1'), # optional
('Mako', '1.2.4'),
('Greenlet', '3.0.2'),
('SQLAlchemy', '2.0.25'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
('alembic', '1.13.0', {
'checksums': ['ab4b3b94d2e1e5f81e34be8a9b7b7575fc9dd5398fccb0bef351ec9b14872623'],
}),
('cmaes', '0.10.0', {
'checksums': ['48afc70df027114739872b50489ae6b32461c307b92d084a63c7090a9742faf9'],
}),
('colorlog', '6.8.0', {
'checksums': ['fbb6fdf9d5685f2517f388fb29bb27d54e8654dd31f58bc2a3b217e967a95ca6'],
}),
('SQLAlchemy', '2.0.23', {
'checksums': ['c1bda93cbbe4aa2aa0aa8655c5aeda505cd219ff3e8da91d1d329e143e4aff69'],
}),
('optuna', version, {
'use_pip_extras': 'optional',
'checksums': ['ca9e1ce16aa6c6a5af0e1cc1d0cbcd98eb1c75b6a2f06be6bd9c0c5ab0698724'],
Expand Down

0 comments on commit 51d2d0c

Please sign in to comment.