Skip to content

Commit b5bf9d1

Browse files
committed
merge
2 parents 8514940 + 49bcd5d commit b5bf9d1

File tree

888 files changed

+243052
-60998
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

888 files changed

+243052
-60998
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
notebooks/* linguist-documentation
44
docs/* linguist-documentation
55
examples/* linguist-documentation
6+
roboticstoolbox/core/Eigen/** linguist-vendored

.github/build-wheels.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ function repair_wheel {
1313
cd ./io
1414

1515
# Compile wheels
16-
for PYBIN in /opt/python/cp3[6-8]*/bin; do
17-
"${PYBIN}/pip" install .
18-
"${PYBIN}/pip" install pytest
16+
for PYBIN in /opt/python/cp3*/bin; do
17+
# "${PYBIN}/pip" install .
18+
"${PYBIN}/pip" install numpy
19+
# "${PYBIN}/pip" install pytest
1920
"${PYBIN}/pip" wheel /io/ --no-deps -w wheelhouse/
2021
done
2122

.github/svg/pr_powered.min.svg

Lines changed: 1 addition & 0 deletions
Loading

.github/svg/pr_powered.svg

Lines changed: 19 additions & 0 deletions
Loading

.github/svg/py_collection.min.svg

Lines changed: 1 addition & 0 deletions
Loading

.github/svg/py_collection.svg

Lines changed: 43 additions & 0 deletions
Loading

.github/svg/py_collection_w.min.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)