Skip to content

Commit

Permalink
Update environments for pytask release.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmgaudecker committed Oct 9, 2023
1 parent 088bcc4 commit a52824f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
6 changes: 2 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ dependencies:
- myst-parser
- nbsphinx
- pandas
- pdbpp
- pip
- plotly>=5.13.0
- pre-commit
- pydata-sphinx-theme>=0.3.0
- pytask>=0.2
- pytest
- pytest-cookies
- pytest-cov
- python
- python=3.11
- setuptools_scm
- sphinx
- sphinx-autoapi
Expand All @@ -31,4 +29,4 @@ dependencies:
- sphinx-panels
- sphinxcontrib-bibtex
- toml
- pip: [kaleido]
- pip: [kaleido, pdbp]
10 changes: 5 additions & 5 deletions {{cookiecutter.project_slug}}/environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: {{ cookiecutter.conda_environment_name }}
channels: [conda-forge, conda-forge/label/pytask_rc, conda-forge/label/pytask_parallel_rc, {% if cookiecutter.add_r_example == 'yes' %}r, {% endif %}nodefaults]
channels: [conda-forge, {% if cookiecutter.add_r_example == 'yes' %}r, {% endif %}nodefaults]
dependencies:
- {% if cookiecutter.add_r_example == 'yes' %}r-plyr
- {% endif %}conda-lock
Expand All @@ -13,11 +13,11 @@ dependencies:
- plotly>=5.13.0
- pre-commit{% if cookiecutter.add_julia_example == 'yes' %}
- pytask-julia{% endif %}
# - pytask-latex
- pytask-parallel>=0.4.0rc1{% if cookiecutter.add_r_example == 'yes' %}
- pytask-latex>=0.4.0
- pytask-parallel>=0.4.0{% if cookiecutter.add_r_example == 'yes' %}
- pytask-r{% endif %}{% if cookiecutter.add_stata_example == 'yes' %}
- pytask-stata{% endif %}
- pytask>=0.4.0rc4
- pytask>=0.4.0
- pytest
- pytest-cov
- pytest-xdist
Expand All @@ -34,4 +34,4 @@ dependencies:
- setuptools_scm
- statsmodels
- toml
- pip: [-e ., kaleido, git+https://github.com/pytask-dev/pytask-latex.git@pytaskv4]
- pip: [-e ., kaleido]
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ gsppi
Hatton
Helmut
Hennenfent
hhttps
https
Hoxby
hoxby
Hoyt
Expand Down

0 comments on commit a52824f

Please sign in to comment.