Skip to content
Snippets Groups Projects
Commit 80b92eed authored by dmt's avatar dmt
Browse files

Update install requires for package.

parent 2547f127
No related branches found
No related tags found
No related merge requests found
......@@ -61,10 +61,10 @@ setup(
(CML_CONFIG_DIR, ["conML/static/logging.ini"])],
author="Dmitrij Denisenko",
install_requires=[
"numpy",
"krippendorff",
"scikit-learn",
"scipy",
"pandas"
"numpy==1.18.2",
"krippendorff==0.3.2",
"scikit-learn==0.22.2",
"scipy==1.4.1",
"pandas==1.0.3"
]
)
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