Skip to content

Commit cd7436f

Browse files
fix: Allow pip requirements in specific dependencies (#81)
1 parent f692b70 commit cd7436f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rapids_dependency_file_generator/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
]
107107
},
108108
"packages": {"oneOf": [
109-
{"$ref": "#/$defs/requirements"},
109+
{"$ref": "#/$defs/packages"},
110110
{"type": "null"}
111111
]}
112112
},

0 commit comments

Comments
 (0)