Skip to content

Commit

Permalink
Update conda recipe's dependency package versions
Browse files Browse the repository at this point in the history
Remove networkx and dateutil; these seem to be pulled in automatically
by other packages automatically at the right versions now.
  • Loading branch information
etal committed Apr 11, 2024
1 parent 71f371f commit 8e8a94c
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,17 @@ requirements:
run:
- python
- atlas # [not osx]
- biopython >=1.79
- matplotlib >=3.5.1
- numpy >=1.21.6
- pandas >=1.3.5
- pomegranate ==0.14.8
- python-dateutil >=2.5.0
- pyfaidx >=0.6.4
- pysam >=0.17.0
- reportlab >=3.6.8
- scikit-learn
- scipy >=1.7.3
- networkx >=2.4
- bioconductor-dnacopy
# - joblib <1.0
- biopython >=1.80
- matplotlib >=3.5.2
- numpy >=1.24.2
- pandas >=1.5.3
- pomegranate >=0.14.8, <=0.14.9
- pyfaidx >=0.7.1
- pysam >=0.20.0
- reportlab >=3.6.12
- scikit-learn >=1.1.0
- scipy >=1.10.1

test:
imports:
Expand Down

0 comments on commit 8e8a94c

Please sign in to comment.