Skip to content

Commit dbb7f1d

Browse files
committed
.sknr pickle stores NumPy arrays as portable dtype/shape/bytes so files
load across different NumPy major versions.
1 parent 683eb1f commit dbb7f1d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,12 @@ The "Integrate into your pipeline" sections explains how to figure out where you
158158
**If you're unfamiliar with this level of tool integration**, that's ok: If you follow the below sections line by line, step by step, there's no reason you won't find success.
159159

160160
## Requirements
161-
* It has been tested on Windows 10. No reason it shouldn’t work on other OS’s, but no testing has been done. There has been intent in the code to make it cross-platform compatible (no Windows-centric calls have been used).
161+
* It has been tested on Windows 10 & 11. No reason it shouldn’t work on other OS’s, but no testing has been done. There has been intent in the code to make it cross-platform compatible (no Windows-centric calls have been used).
162162
* Python 3 (Maya 2022+)
163163
* This will not work on older versions of Maya running Python 2.7
164164
* Based on your version of Maya, these Python packages available on Maya’s Python’s ```sys.path``` for import:
165165
* [Numpy](https://numpy.org/)
166+
* As of v1.5.1, now supports comingling of different Numpy versions, both v1 & v2. Previously, ```.sknr``` files would be non-binary compatable if saved in a different Numpy version than the Skinner API trying to access them. Maya 2026 ship with Numpy ```1.26.4```, but technically you could have ```2.x``` replace it.
166167
* [Scipy](https://scipy.org/)
167168
* By default they will be missing, so presume they need installed.
168169

0 commit comments

Comments
 (0)