Skip to content

Commit

Permalink
Prepare release 2.9 (#704)
Browse files Browse the repository at this point in the history
* Bump version 2.9

* Bump egobox optional dependency

* Remove trailing space
  • Loading branch information
relf authored Dec 23, 2024
1 parent 5bbdcc0 commit 32bc046
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SMT has been developed thanks to contributions from:
* Ewout ter Hoeven
* Florent Vergnes
* Frederick Zahle
* Heine Røstum
* Heine Røstum
* Hugo Reimeringer
* Hugo Valayer
* Jasper Bussemaker
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ pytest-xdist # allows running parallel testing with pytest -n <num_workers>
pytest-cov # allows to get coverage report
ruff # format and lint code
jenn >= 1.0.2, <2.0
egobox ~= 0.23.0
egobox >= 0.25.0, <1.0
2 changes: 1 addition & 1 deletion smt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.8.1"
__version__ = "2.9.0"

__all__ = [
"surrogate_models",
Expand Down

0 comments on commit 32bc046

Please sign in to comment.