-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed compilation and dependency issues on linux
- Loading branch information
Leah Weber
committed
Aug 12, 2024
1 parent
d4f3021
commit 5400d66
Showing
3 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
name: tribal | ||
name: test | ||
channels: | ||
- conda-forge | ||
- bioconda | ||
dependencies: | ||
- python==3.9.19 | ||
- numpy==1.26.3 | ||
- pandas==2.1.1 | ||
- networkx==3.1 | ||
- pygraphviz==1.10 | ||
- ete3==3.1.2 | ||
- python==3.9 | ||
- numpy>=1.26.3 | ||
- pandas>=2.1.1 | ||
- networkx>=3.1 | ||
- pygraphviz | ||
- ete3>=3.1.2 | ||
- pip>=22.3.1 | ||
- conda-forge::mafft>=7.526 | ||
- glpk==5.0 | ||
- conda-forge::mafft==7.526 | ||
- glpk>=5.0 | ||
- pip: | ||
- biopython==1.81 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters