Skip to content

Commit 04a1ec7

Browse files
authored
Merge pull request #2849 from cta-observatory/update_environment_yml
update dev environment in environment.yml
2 parents ce1d4db + bd58e2e commit 04a1ec7

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/changes/2849.maintenance.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated the developer environment in environment.yml to be in sync with what is in pyproject.toml.

environment.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: cta-dev
33
channels:
44
- conda-forge
55
dependencies:
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

0 commit comments

Comments
 (0)