Skip to content

Commit 32bc046

Browse files
authored
Prepare release 2.9 (#704)
* Bump version 2.9 * Bump egobox optional dependency * Remove trailing space
1 parent 5bbdcc0 commit 32bc046

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AUTHORS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SMT has been developed thanks to contributions from:
1919
* Ewout ter Hoeven
2020
* Florent Vergnes
2121
* Frederick Zahle
22-
* Heine Røstum
22+
* Heine Røstum
2323
* Hugo Reimeringer
2424
* Hugo Valayer
2525
* Jasper Bussemaker

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ pytest-xdist # allows running parallel testing with pytest -n <num_workers>
1010
pytest-cov # allows to get coverage report
1111
ruff # format and lint code
1212
jenn >= 1.0.2, <2.0
13-
egobox ~= 0.23.0
13+
egobox >= 0.25.0, <1.0

smt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.8.1"
1+
__version__ = "2.9.0"
22

33
__all__ = [
44
"surrogate_models",

0 commit comments

Comments
 (0)