diff --git a/pyproject.toml b/pyproject.toml index 5ac14427855ef9be9922ca997f7b49f31950eec8..055db138d32ad2188f62ea14ca24adf3f0f68b72 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 = "*"