Skip to content

Commit bc766df

Browse files
committed
Modified notebooks for DABEST Version Dadar (v2025.03.27)
Modified notebooks for DABEST Version Dadar (v2025.03.27) latest version.
1 parent 32638ee commit bc766df

File tree

6 files changed

+3359
-3453
lines changed

6 files changed

+3359
-3453
lines changed

environment.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
name: moda_env
22
channels:
3+
- conda-forge
34
- defaults
45
dependencies:
5-
- python=3.10
6+
- python=3.12
67
- pip
78
- pip:
89
- fastcore
9-
- pandas>=1.5.0,<2.0.0
10-
- numpy>=1.22.3,<1.23.0
11-
- matplotlib~=3.5.1 # Adjusted to match dabest's requirement
12-
- seaborn==0.11.2 # Pin seaborn to a version compatible with dabest
13-
- scipy>=1.9.3,<2.0.0
14-
- dabest>=2023.2.14,<2024.0.0
10+
- pandas>=2.2.0
11+
- numpy>=2.1.0
12+
- matplotlib>=3.10.0
13+
- seaborn>=0.13.0
14+
- scipy>=1.15.0
15+
- dabest==2025.3.27
1516
- scikit-learn
1617
- statsmodels
1718
- palmerpenguins
18-
- jupyter
19+
- jupyter
20+
- nbdev
21+
22+

nbs/03_Data_Analysis_with_Jupyter_and_Python.ipynb

Lines changed: 158 additions & 96 deletions
Large diffs are not rendered by default.

nbs/04_Dabest_introduction.ipynb

Lines changed: 71 additions & 114 deletions
Large diffs are not rendered by default.

nbs/05_Additional_resources.ipynb

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,21 @@
125125
],
126126
"metadata": {
127127
"kernelspec": {
128-
"display_name": "python3",
128+
"display_name": "Python 3 (ipykernel)",
129129
"language": "python",
130130
"name": "python3"
131+
},
132+
"language_info": {
133+
"codemirror_mode": {
134+
"name": "ipython",
135+
"version": 3
136+
},
137+
"file_extension": ".py",
138+
"mimetype": "text/x-python",
139+
"name": "python",
140+
"nbconvert_exporter": "python",
141+
"pygments_lexer": "ipython3",
142+
"version": "3.12.3"
131143
}
132144
},
133145
"nbformat": 4,

nbs/myplot.png

-17.5 KB
Loading

0 commit comments

Comments
 (0)