Skip to content

Commit

Permalink
Merge pull request #16 from robomics/bump-deps
Browse files Browse the repository at this point in the history
Bump deps
  • Loading branch information
robomics authored May 22, 2023
2 parents 07bbfa8 + 0291770 commit 1876000
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,7 @@ jobs:
- name: Generate requirements.txt
if: steps.cache-dataset.outputs.cache-hit != 'true'
run: |
echo 'cooler==0.8.11' > requirements.txt
echo 'matplotlib<3.6' >> requirements.txt
echo 'numpy<1.24' >> requirements.txt
echo 'cooler==0.9.1' > requirements.txt
- name: Setup Python
if: steps.cache-dataset.outputs.cache-hit != 'true'
Expand Down
5 changes: 3 additions & 2 deletions env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ channels:

dependencies:
- python>=3.8
- bedtools=2.30.*
- bioframe=0.3.*
- bedtools=2.31.*
- bioframe=0.4.1
- cooler=0.9.*
- hicexplorer=3.7.2
- networkx=3.*
- pandas<2
- procps-ng
- seaborn=0.12.*
- statsmodels=0.13.*
Expand Down

0 comments on commit 1876000

Please sign in to comment.