Skip to content

Commit

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

* Add contributor

* Bump egobox version
  • Loading branch information
relf authored Jun 25, 2024
1 parent debc884 commit e5c1da3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ SMT has been developed thanks to contributions from:
* Julien Schueller
* Laurent Wilkens
* Lucas Alber
* Maël Tremouille
* Mostafa Meliani
* Nick Thompson
* Nicolas Gonel
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ pyDOE3
numpydoc
matplotlib
jenn >= 1.0.2, <2.0
egobox ~= 0.18.0
egobox ~= 0.20.0
git+https://github.com/hwangjt/sphinx_auto_embed.git # for doc generation
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.19.0
egobox ~= 0.20.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"cs": [ # pip install smt[cs]
"ConfigSpace~=0.6.1",
],
"gpx": ["egobox~=0.19"], # pip install smt[gpx]
"gpx": ["egobox~=0.20"], # pip install smt[gpx]
},
python_requires=">=3.8",
zip_safe=False,
Expand Down
2 changes: 1 addition & 1 deletion smt/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.6.1"
__version__ = "2.6.2"

0 comments on commit e5c1da3

Please sign in to comment.