Skip to content
Snippets Groups Projects
Commit 0f70f535 authored by Florian Grosse's avatar Florian Grosse
Browse files

Merge branch '3-update-compat-entries' into 'master'

Resolve "Update Compat entries"

Closes #3

See merge request !4
parents 357899f6 58e1f6b0
No related branches found
No related tags found
1 merge request!4Resolve "Update Compat entries"
joblib==0.14.1
krippendorff==0.3.2
numpy==1.18.2
pandas==1.0.3
joblib==1.0.1
krippendorff==0.4.0
numpy==1.19.2
pandas==1.2.2
python-dateutil==2.8.1
pytz==2019.3
scikit-learn==0.22.2.post1
scipy==1.4.1
six==1.14.0
pytz==2021.1
scikit-learn==0.23.2
scipy==1.6.1
six==1.15.0
sklearn==0.0
[metadata]
description = Consructivist Machine Learning (CML) in Python
description = Constructivist Machine Learning (CML) in Python
author = Dmitrij Denisenko
licence = MIT
long_description = file: README.md
[options]
python_requires = >=3.7.4
python_requires = >=3.7.9
setup_requires =
numpy >= 1.15.1
scikit-learn >= 0.19.2
krippendorff >= 0.3.0
numpy >= 1.19.0
scikit-learn >= 0.23.0
krippendorff >= 0.4.0
......@@ -51,7 +51,7 @@ if not exists(CML_CONFIG_DIR):
setup(
name="conML",
packages=find_packages(),
version=0.31,
version=0.40,
licence="MIT",
description="constructivist machine learning",
long_description=README,
......@@ -61,10 +61,10 @@ setup(
(CML_CONFIG_DIR, ["conML/static/logging.ini"])],
author="Dmitrij Denisenko",
install_requires=[
"numpy==1.18.2",
"krippendorff==0.3.2",
"scikit-learn==0.22.2",
"scipy==1.4.1",
"pandas==1.0.3"
"numpy==1.19.2",
"krippendorff==0.4.0",
"scikit-learn==0.23.2",
"scipy==1.6.1",
"pandas==1.2.2"
]
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment