File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Updated the developer environment in environment.yml to be in sync with what is in pyproject.toml.
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ name: cta-dev
33channels :
44 - conda-forge
55dependencies :
6- - python=3.11
6+ - python=3.13
77 - pip
88 - astropy>=6.1,<8
9+ - astroquery
910 - black
1011 - bokeh=3
1112 - nbsphinx
@@ -31,18 +32,19 @@ dependencies:
3132 - pytest-cov
3233 - pytest-runner
3334 - pytest-astropy-header
35+ - pytest-xdist
3436 - pyyaml
3537 - scikit-learn
3638 - scipy
3739 - setuptools
40+ - setuptools-scm
3841 - sphinx
3942 - sphinx-gallery
4043 - sphinx-automodapi
4144 - pydata-sphinx-theme
4245 - sphinx-design
4346 - sphinxcontrib-bibtex
4447 - sphinx_changelog
45- - tomli
4648 - towncrier
4749 - tqdm
4850 - traitlets
@@ -52,3 +54,4 @@ dependencies:
5254 - zlib
5355 - eventio>=1.9.1
5456 - ffmpeg # for making movies in the documentation
57+ - ffmpeg-python # for making movies in the documentation
You can’t perform that action at this time.
0 commit comments