Skip to content

Commit 28be84f

Browse files
Merge pull request #144 from rodrigo-arenas/0.10.2dev0
bump mlflow and tensorflow version
2 parents 9a2e973 + 4c3dd54 commit 28be84f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.. |Codecov| image:: https://codecov.io/gh/rodrigo-arenas/Sklearn-genetic-opt/branch/master/graphs/badge.svg?branch=master&service=github
99
.. _Codecov: https://codecov.io/github/rodrigo-arenas/Sklearn-genetic-opt?branch=master
1010

11-
.. |PythonVersion| image:: https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue
11+
.. |PythonVersion| image:: https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue
1212
.. _PythonVersion : https://www.python.org/downloads/
1313
.. |PyPi| image:: https://badge.fury.io/py/sklearn-genetic-opt.svg
1414
.. _PyPi: https://badge.fury.io/py/sklearn-genetic-opt

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ codecov==2.1.13
66
pytest-cov==4.1.0
77
twine==3.3.0
88
seaborn>=0.11.2
9-
mlflow>=1.30.0
9+
mlflow>=2.1.0
1010
tcl==0.2
1111
black==23.1.0
1212
sphinx
@@ -15,6 +15,6 @@ sphinx_rtd_theme
1515
sphinx-copybutton
1616
numpydoc
1717
nbsphinx
18-
tensorflow>=2.0.0
18+
tensorflow>=2.4.0
1919
tqdm>=4.61.1
2020
tk

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ inside the env use::
3131
.. |NumPyMinVersion| replace:: 1.19.0
3232
.. |SeabornMinVersion| replace:: 0.11.2
3333
.. |DEAPMinVersion| replace:: 1.3.3
34-
.. |MLflowMinVersion| replace:: 1.30.0
35-
.. |TensorflowMinVersion| replace:: 2.0.0
34+
.. |MLflowMinVersion| replace:: 2.1.0
35+
.. |TensorflowMinVersion| replace:: 2.4.0
3636
.. |tqdmMinVersion| replace:: 4.61.1
3737

3838
sklearn-genetic-opt requires:

0 commit comments

Comments
 (0)