Skip to content
Snippets Groups Projects
Commit b84f2bf0 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[pyproject] Remove warnings

parent 2c68638c
No related branches found
No related tags found
1 merge request!36CUDA single lock
Pipeline #86681 failed
...@@ -28,11 +28,6 @@ classifiers = [ ...@@ -28,11 +28,6 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules", "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 = [ dependencies = [
"clapper", "clapper",
"click", "click",
...@@ -84,10 +79,6 @@ platforms = ["linux-64", "osx-arm64"] ...@@ -84,10 +79,6 @@ platforms = ["linux-64", "osx-arm64"]
linux = "4.19.0" linux = "4.19.0"
cuda = "12.1" 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] [tool.pixi.dependencies]
clapper = "*" clapper = "*"
click = "*" click = "*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment