Skip to content

Commit

Permalink
📝 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Jun 6, 2023
1 parent a8c68d8 commit 18238c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
11 changes: 5 additions & 6 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requirements:
- leidenalg
- markov_clustering
- matplotlib
- networkx>=2.4
- networkx>=3.0
- nf1
- numpy
- pandas
Expand All @@ -33,7 +33,7 @@ requirements:
- python-levenshtein
- python-louvain
- scikit-learn
- scipy==1.6.2
- scipy
- seaborn
- thresholdclustering
- tqdm
Expand All @@ -51,20 +51,19 @@ requirements:
- eva_lcd
- markov_clustering
- matplotlib
- networkx==2.6.2
- networkx>3.0
- nf1
- numpy
- pandas
- pooch
- pulp
- pyclustering
- python>=3.8
- python-igraph
- python-levenshtein
- python-louvain
- scikit-learn
- scipy==1.6.2
- seaborn==0.11.2
- scipy
- seaborn
- thresholdclustering
- tqdm

Expand Down
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cdlib
dependencies:
- python>=3.8
- graph-tool # ==2.44
- numpy
- matplotlib
- scikit-learn
Expand All @@ -24,4 +24,3 @@ dependencies:
- thresholdclustering
- pyclustering
- python-Levenshtein
- graph-tool==2.44
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ nf1
scipy
pulp
seaborn
pandas<2.0.0
pandas
eva_lcd
bimlpa
markov_clustering
Expand Down

0 comments on commit 18238c5

Please sign in to comment.