New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vecstack

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vecstack - pypi Package Compare versions

Comparing version
0.5.0
to
0.5.1
+2
-2
PKG-INFO
Metadata-Version: 2.4
Name: vecstack
Version: 0.5.0
Version: 0.5.1
Summary: Python package for stacking (machine learning technique)

@@ -31,3 +31,3 @@ Home-page: https://github.com/vecxoz/vecstack

Requires-Dist: scipy
Requires-Dist: scikit-learn>=0.18
Requires-Dist: scikit-learn>=1.6.0
Provides-Extra: test

@@ -34,0 +34,0 @@ Requires-Dist: pytest; extra == "test"

@@ -28,3 +28,3 @@ [![PyPI version](https://img.shields.io/pypi/v/vecstack.svg?colorB=4cc61e)](https://pypi.python.org/pypi/vecstack)

* [MIT license](https://github.com/vecxoz/vecstack/blob/master/LICENSE.txt)
* Depends on **numpy**, **scipy**, **scikit-learn>=0.18**
* Depends on **numpy**, **scipy**, **scikit-learn>=1.6.0**

@@ -31,0 +31,0 @@ # Get started

@@ -12,3 +12,3 @@ #! /usr/bin/env python

setup(name='vecstack',
version='0.5.0',
version='0.5.1',
description='Python package for stacking (machine learning technique)',

@@ -45,3 +45,3 @@ long_description=long_desc,

'scipy',
'scikit-learn>=0.18'
'scikit-learn>=1.6.0'
],

@@ -48,0 +48,0 @@ extras_require={

Metadata-Version: 2.4
Name: vecstack
Version: 0.5.0
Version: 0.5.1
Summary: Python package for stacking (machine learning technique)

@@ -31,3 +31,3 @@ Home-page: https://github.com/vecxoz/vecstack

Requires-Dist: scipy
Requires-Dist: scikit-learn>=0.18
Requires-Dist: scikit-learn>=1.6.0
Provides-Extra: test

@@ -34,0 +34,0 @@ Requires-Dist: pytest; extra == "test"

numpy
scipy
scikit-learn>=0.18
scikit-learn>=1.6.0

@@ -5,0 +5,0 @@ [test]

@@ -41,3 +41,3 @@ """Python package for stacking (machine learning technique)

__license__ = 'MIT'
__version__ = '0.5.0'
__version__ = '0.5.1'

@@ -44,0 +44,0 @@ __all__ = ['stacking', 'StackingTransformer']