Skip to content

Commit 6ec3afe

Browse files
committed
Merge branch 'main' of github.com:big-o/skdag into main
2 parents 1691bbb + 1f9384f commit 6ec3afe

21 files changed

+175
-532
lines changed

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ install: |
1616
brew install graphviz
1717
fi
1818
pip install --upgrade pip
19-
pip install -r requirements.txt
20-
pip install -r requirements_test.txt
21-
pip install -r requirements_doc.txt
19+
for f in $(find . -maxdepth 1 -name 'requirements*.txt'); do
20+
pip install -r ${f}
21+
done
22+
pip install pandas # Needed for some estimator checks.
2223
pip install .
2324
2425
test_script:

doc/_static/img/cover.png

210 KB
Loading

doc/_static/img/cover.svg

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

doc/_static/img/dag1.png

126 KB
Loading

doc/_static/img/dag1.svg

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

doc/_static/img/dag2.png

112 KB
Loading

doc/_static/img/dag2.svg

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

doc/_static/img/dag3.png

149 KB
Loading

doc/_static/img/dag3.svg

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

doc/_static/img/stack.png

199 KB
Loading

0 commit comments

Comments
 (0)