Skip to content

Commit 9aa986e

Browse files
authored
Merge pull request #61 from simai-ml/add-ts-epist-examples
Add TS and epistemic uncertainty examples
2 parents ad7a486 + a5d9e8d commit 9aa986e

File tree

5 files changed

+1632
-1
lines changed

5 files changed

+1632
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
export PATH=$HOME/miniconda/bin:$PATH
1616
source $HOME/miniconda/etc/profile.d/conda.sh
1717
conda update --yes conda
18-
conda create -n test-env --yes -c conda-forge python=3.9.2 numpydoc scikit-learn matplotlib sphinx sphinx-gallery sphinx_rtd_theme typing_extensions
18+
conda create -n test-env --yes -c conda-forge python=3.9.2 numpydoc pandas scikit-learn matplotlib sphinx sphinx-gallery sphinx_rtd_theme typing_extensions
1919
conda activate test-env
2020
pip install .
2121
cd doc

doc/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ channels:
44
- conda-forge
55
dependencies:
66
- numpydoc=1.1.0
7+
- pandas=1.2.4
78
- python=3.9.2
89
- scikit-learn=0.24.1
910
- scipy=1.6.1

0 commit comments

Comments
 (0)