Skip to content

Commit

Permalink
Merge pull request #596 from autonomio/#594_fix_setup_issue_with_sklearn
Browse files Browse the repository at this point in the history
#594 fix setup issue with sklearn
  • Loading branch information
mikkokotila authored Apr 20, 2024
2 parents 280f059 + 900658d commit a135847
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![logo](_media/talos_logo_bg.png)

## v1.3
## v1.3.3

> Hyperparameter Experiments with Tensorflow, PyTorch and Keras
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div id="app"></div>
<script>
window.$docsify = {
name: 'Talos 1.3',
name: 'Talos 1.3.3',
repo: 'https://github.com/autonomio/talos',
coverpage: true,
loadSidebar: true,
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
URL = 'http://autonom.io'
LICENSE = 'MIT'
DOWNLOAD_URL = 'https://github.com/autonomio/talos/'
VERSION = '1.3.2'
VERSION = '1.3.3'


try:
Expand All @@ -33,7 +33,7 @@
'numpy',
'pandas',
'astetik',
'sklearn',
'scikit-learn',
'tqdm',
'chances',
'kerasplotlib',
Expand Down
2 changes: 1 addition & 1 deletion talos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
del commands, scan, model, metrics, key
del sub, keep_from_templates, template_sub, warnings

__version__ = "1.3.2"
__version__ = "1.3.3"

0 comments on commit a135847

Please sign in to comment.