Skip to content

Commit

Permalink
Update conda dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Feb 7, 2025
1 parent c807c1e commit 2d60ae1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
3 changes: 0 additions & 3 deletions python/requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,8 @@ sphinx==7.4.7
sphinx-argparse
sphinx-autodoc-typehints>=1.18.3
sphinx-issues
sphinx-jupyterbook-latex
sphinxcontrib-prettyspecialmethods
tqdm
sphinx-book-theme
tszip
pydata_sphinx_theme>=0.7.2
svgwrite>=1.1.10
xmlunittest
16 changes: 11 additions & 5 deletions python/requirements/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- bioconda
- conda-forge
dependencies:
- autodocsumm==0.1.13 #Pinned as errors on 0.2.0
- autodocsumm>=0.2.7
- biopython
- black
- breathe
Expand All @@ -15,28 +15,34 @@ dependencies:
- flake8
- h5py>=2.6.0
- jsonschema>=3.0.0
- jupyter-book>=0.12.1
- kastore
- lshmm>=0.0.8
- matplotlib
- meson>=0.61.0
- msprime>=1.0.0
- networkx
- ninja
- numpy<2
- packaging
- pip
- portion
- pre-commit
- pyparsing
- pysam
- pytest
- pytest-cov
- pytest-xdist
- PyVCF
- sphinx==4.5.0
- si-prefix
- sphinx==7.4.7
- sphinx-argparse
- sphinx-autodoc-typehints>=1.18.3
- sphinx-issues
- sphinx_rtd_theme
- sphinx-book-theme
- svgwrite>=1.1.10
- tqdm
- tszip
- pip:
- lshmm>=0.0.8
- newick
- xmlunittest
- msgpack>=1.0.0

0 comments on commit 2d60ae1

Please sign in to comment.