From 0bc7e94a357eff4d31ae378d05cfaaefba983c23 Mon Sep 17 00:00:00 2001 From: Camilo Soto Montoya Date: Sat, 8 May 2021 14:50:33 -0500 Subject: [PATCH] dependencias --- requirements.txt | 8 ++++---- setup.py | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9de5b88..31d9fc6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,11 +7,11 @@ Sphinx>=s3.1.2 sphinx-rtd-theme>=0.5.0 pandas>=1.0.5 recommonmark>=0.6.0 -PyCrowdTangle>=0.4.0 +PyCrowdTangle>=0.5.0 tqdm>=4.47.0 networkx>=2.4 python-louvain>=0.14 -rpy2 -pyarrow -twine +rpy2>=3.4.4 +pyarrow>=4.0.0 +twine>=3.4.1 tldextract>=3.1.0 diff --git a/setup.py b/setup.py index 2c0df84..6cee405 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name="pycoornet", - version="0.2.4", + version="0.2.5", description="Using Python Given a set of URLs, this packages detects coordinated link sharing behavior on social media and outputs the network of entities that performed such behaviour.", long_description=long_description, long_description_content_type="text/markdown", @@ -37,7 +37,7 @@ test_suite="tests", install_requires=[ 'pandas>=1.0.5', - 'PyCrowdTangle>=0.4.0', + 'PyCrowdTangle>=0.5.0', 'tqdm>=4.47.0', 'networkx>=2.4', 'python-louvain>=0.14',