Skip to content

Commit 242de2b

Browse files
committed
zipfile removed2
1 parent 564b9f0 commit 242de2b

File tree

7 files changed

+2
-53
lines changed

7 files changed

+2
-53
lines changed

dist/ds11mltoolkit-1.3.tar.gz

-19.4 KB
Binary file not shown.

ds11mltoolkit.egg-info/PKG-INFO

Lines changed: 0 additions & 18 deletions
This file was deleted.

ds11mltoolkit.egg-info/SOURCES.txt

Lines changed: 0 additions & 14 deletions
This file was deleted.

ds11mltoolkit.egg-info/dependency_links.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

ds11mltoolkit.egg-info/requires.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

ds11mltoolkit.egg-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
setup(
44
name = 'ds11mltoolkit',
55
packages = ['ds11mltoolkit'],
6-
version = '1.3',
6+
version = '1.2',
77
license = 'MIT',
88
description = 'Helper functions for all stages of the machine learning model building process',
99
author = 'TheBridgeMachineLearningPythonLibrary',
1010
author_email = 'seenstevol@protonmail.com',
1111
url = 'https://github.com/TheBridgeMachineLearningPythonLibrary/MachineLearningToolKit',
12-
download_url = 'https://github.com/TheBridgeMachineLearningPythonLibrary/MachineLearningToolKit/archive/refs/tags/v_1_3.tar.gz',
12+
download_url = 'https://github.com/TheBridgeMachineLearningPythonLibrary/MachineLearningToolKit/archive/refs/tags/v_1_2.tar.gz',
1313
keywords = ['machine learning', 'data visualization', 'data processing', 'sklearn', 'pandas'],
1414
install_requires=['pandas',
1515
'scipy',

0 commit comments

Comments
 (0)