Files
clang-p2996/mlir/python/requirements.txt
Kirill Podoprigora 4cd7bb07c7 [mlir] Remove `dataclasses package from mlir requirements.txt` (#87223)
The ``dataclasses`` package makes sense for Python 3.6, becauses
``dataclasses`` is only included in the standard library with 3.7
version. Now, 3.6 has reached EOL, so all current supported versions of
Python (3.8, 3.9, 3.10, 3.11, 3.12) have this feature in their standard
libraries.

Therefore there's no need to install the ``dataclasses`` package now.
2024-04-01 12:07:10 -07:00

3 lines
70 B
Plaintext

numpy>=1.19.5, <=1.26
pybind11>=2.9.0, <=2.10.3
PyYAML>=5.3.1, <=6.0.1