Skip to content

Commit

Permalink
🆕 remote dataset support
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Dec 18, 2020
1 parent 87427e7 commit 9f13514
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cdlib/datasets/remote.py
Expand Up @@ -14,7 +14,6 @@
version_dev="master",
env="cdlib_data_dir",
registry={"karate_club.csv.gz": "0bac1a017e59f505f073aef6dc1783c03826a3fd4f38ffc6a50fde582948e2f2",
"les_miserables.csv.gz": "abce97f8801709f7e592a32930e8b606ee6d25c714005e27b4a8b542e6b20252",
"dblp.csv.gz": "6b64a23e60083fa52d64320a2cd4366ff1b33d8a89ac4fa1b30f159e88c1730c",
"amazon.csv.gz": "aea015386f62b21ba31e097553a298fb3df610ec8dc722addb06a1a59e646cd3",
}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,7 +1,7 @@
numpy>=1.15.*
future>=0.16.*
matplotlib>=3.0.*
scikit-learn>=0.21.*
scikit-learn>=0.21.*,<0.24
tqdm>=4.20.*
networkx>=2.4
demon>=2.0.5
Expand Down

0 comments on commit 9f13514

Please sign in to comment.