From b84f2bf0f86227ae4db6fb17fe20911834c56773 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Wed, 1 May 2024 19:18:04 +0200
Subject: [PATCH] [pyproject] Remove warnings

---
 pyproject.toml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 5ac14427..055db138 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,11 +28,6 @@ classifiers = [
   "Topic :: Software Development :: Libraries :: Python Modules",
 ]
 
-# warning: if you add/remove/pin dependencies, also update
-# tool.pixi.dependencies in this file, and the equivalent settings at and
-# helpers/cuda/pixi.toml files
-#
-# (c.f.: https://github.com/prefix-dev/pixi/issues/1051)
 dependencies = [
   "clapper",
   "click",
@@ -84,10 +79,6 @@ platforms = ["linux-64", "osx-arm64"]
 linux = "4.19.0"
 cuda = "12.1"
 
-# warning: if you add/remove/pin dependencies, also update project.dependencies
-# in this file, and the equivalent settings at and helpers/cuda/pixi.toml files
-#
-# (c.f.: https://github.com/prefix-dev/pixi/issues/1051)
 [tool.pixi.dependencies]
 clapper = "*"
 click = "*"
-- 
GitLab