File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
.. |Codecov | image :: https://codecov.io/gh/rodrigo-arenas/Sklearn-genetic-opt/branch/master/graphs/badge.svg?branch=master&service=github
9
9
.. _Codecov : https://codecov.io/github/rodrigo-arenas/Sklearn-genetic-opt?branch=master
10
10
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
12
12
.. _PythonVersion : https://www.python.org/downloads/
13
13
.. |PyPi | image :: https://badge.fury.io/py/sklearn-genetic-opt.svg
14
14
.. _PyPi : https://badge.fury.io/py/sklearn-genetic-opt
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ codecov==2.1.13
6
6
pytest-cov==4.1.0
7
7
twine==3.3.0
8
8
seaborn>=0.11.2
9
- mlflow>=1.30 .0
9
+ mlflow>=2.1 .0
10
10
tcl==0.2
11
11
black==23.1.0
12
12
sphinx
@@ -15,6 +15,6 @@ sphinx_rtd_theme
15
15
sphinx-copybutton
16
16
numpydoc
17
17
nbsphinx
18
- tensorflow>=2.0 .0
18
+ tensorflow>=2.4 .0
19
19
tqdm>=4.61.1
20
20
tk
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ inside the env use::
31
31
.. |NumPyMinVersion | replace :: 1.19.0
32
32
.. |SeabornMinVersion | replace :: 0.11.2
33
33
.. |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
36
36
.. |tqdmMinVersion | replace :: 4.61.1
37
37
38
38
sklearn-genetic-opt requires:
You can’t perform that action at this time.
0 commit comments