Skip to content

Commit

Permalink
Merge pull request #144 from rodrigo-arenas/0.10.2dev0
Browse files Browse the repository at this point in the history
bump mlflow and tensorflow version
  • Loading branch information
rodrigo-arenas authored Oct 6, 2023
2 parents 9a2e973 + 4c3dd54 commit 28be84f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.. |Codecov| image:: https://codecov.io/gh/rodrigo-arenas/Sklearn-genetic-opt/branch/master/graphs/badge.svg?branch=master&service=github
.. _Codecov: https://codecov.io/github/rodrigo-arenas/Sklearn-genetic-opt?branch=master

.. |PythonVersion| image:: https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue
.. |PythonVersion| image:: https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue
.. _PythonVersion : https://www.python.org/downloads/
.. |PyPi| image:: https://badge.fury.io/py/sklearn-genetic-opt.svg
.. _PyPi: https://badge.fury.io/py/sklearn-genetic-opt
Expand Down
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ codecov==2.1.13
pytest-cov==4.1.0
twine==3.3.0
seaborn>=0.11.2
mlflow>=1.30.0
mlflow>=2.1.0
tcl==0.2
black==23.1.0
sphinx
Expand All @@ -15,6 +15,6 @@ sphinx_rtd_theme
sphinx-copybutton
numpydoc
nbsphinx
tensorflow>=2.0.0
tensorflow>=2.4.0
tqdm>=4.61.1
tk
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ inside the env use::
.. |NumPyMinVersion| replace:: 1.19.0
.. |SeabornMinVersion| replace:: 0.11.2
.. |DEAPMinVersion| replace:: 1.3.3
.. |MLflowMinVersion| replace:: 1.30.0
.. |TensorflowMinVersion| replace:: 2.0.0
.. |MLflowMinVersion| replace:: 2.1.0
.. |TensorflowMinVersion| replace:: 2.4.0
.. |tqdmMinVersion| replace:: 4.61.1

sklearn-genetic-opt requires:
Expand Down

0 comments on commit 28be84f

Please sign in to comment.