Skip to content

Commit f34e0bd

Browse files
committed
Remove tasks for compiling the presentation and remove R dependencies from enviroment.
1 parent f672bec commit f34e0bd

File tree

4 files changed

+4
-19
lines changed

4 files changed

+4
-19
lines changed

documents/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"""Code for the paper and presentation(s)."""
1+
"""Code for the paper."""

documents/presentation.tex

Lines changed: 0 additions & 7 deletions
This file was deleted.

documents/task_documents.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Tasks for compiling the paper and presentation(s)."""
1+
"""Tasks for compiling the paper."""
22

33
import shutil
44

@@ -7,7 +7,7 @@
77

88
from lennart_epp.config import BLD, DOCUMENTS, ROOT
99

10-
documents = ["paper", "presentation"]
10+
documents = ["paper"]
1111

1212
for document in documents:
1313

environment.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: lennart_epp
3-
channels: [conda-forge, r, nodefaults]
3+
channels: [conda-forge, nodefaults]
44
dependencies:
55
- python ==3.12
66
- pip >=21.1
@@ -27,13 +27,5 @@ dependencies:
2727
- yfinance # added yfinance
2828
- scikit-learn >=1.0
2929

30-
# R template project dependencies
31-
- pytask-r >=0.4.1
32-
- pyreadr
33-
- r-plyr
34-
- r-precommit
35-
- r-yaml
36-
- r-forcats
37-
3830
# Install project
3931
- pip: [-e ., pdbp, kaleido, arch >=5.1, nolds]

0 commit comments

Comments
 (0)