-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update environment and change to Python 3.12.
- Loading branch information
Showing
4 changed files
with
34 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,38 @@ | ||
--- | ||
name: thesis | ||
channels: [conda-forge, nodefaults] | ||
channels: [conda-forge, r, nodefaults] | ||
dependencies: | ||
- python ==3.12 | ||
- pip >=21.1 | ||
|
||
# Development dependencies | ||
- conda-lock | ||
- ipykernel | ||
- jupyterlab | ||
- pandas | ||
- pip >=21.1 | ||
- plotly>=5.13.0 | ||
- pre-commit | ||
- pytask-latex>=0.4.0 | ||
- pytask-parallel>=0.4.0 | ||
- pytask>=0.4.0 | ||
|
||
# Language agnostic template project dependencies | ||
- pytask >=0.5.0 | ||
- pytask-latex >=0.4.2 | ||
- pytask-parallel >=0.5.0 | ||
- pytest | ||
- pytest-cov | ||
- pytest-xdist | ||
- python-graphviz | ||
- python=3.11 | ||
- pyyaml | ||
- setuptools_scm | ||
|
||
# Python template project dependencies | ||
- statsmodels | ||
- toml | ||
- pip: [-e ., kaleido==0.1.0.post1, pdbp, joblib] | ||
- numpy | ||
- pandas >=2.2 | ||
- plotly >=5.2.0,<6 | ||
|
||
# R template project dependencies | ||
# Currently we are not using R hence we do not need to install these dependencies. | ||
# - pytask-r >=0.4.1 | ||
# - pyreadr | ||
# - r-plyr | ||
# - r-precommit | ||
# - r-yaml | ||
# - r-forcats | ||
|
||
# Install project | ||
- pip: [-e ., pdbp, kaleido==0.1.0.post1, joblib] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters