[all-commits] [llvm/llvm-project] 4cd7bb: [mlir] Remove ``dataclasses`` package from mlir ``...

Kirill Podoprigora via All-commits all-commits at lists.llvm.org
Mon Apr 1 12:08:01 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4cd7bb07c7540bf83a7a60a67aa282e99461ca2f
      https://github.com/llvm/llvm-project/commit/4cd7bb07c7540bf83a7a60a67aa282e99461ca2f
  Author: Kirill Podoprigora <kirill.bast9 at mail.ru>
  Date:   2024-04-01 (Mon, 01 Apr 2024)

  Changed paths:
    M mlir/python/requirements.txt

  Log Message:
  -----------
  [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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list