This patch adds support for `float8_e3m4` and `float8_e4m3` in `np_to_memref.py` by adding the appropriate ctypes structures. Additionally changes minimum numpy version to 2.1.0 and uses a single ml_dtypes version of 0.5.0.
8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
# BUILD dependencies
|
|
nanobind>=2.9, <3.0
|
|
PyYAML>=5.4.0, <=6.0.1
|
|
typing_extensions>=4.12.2
|
|
# RUN dependencies
|
|
numpy>=2.1.0, <=2.1.2
|
|
ml_dtypes>=0.5.0, <=0.6.0
|