Skip to content

Commit

Permalink
fix: Allow pip requirements in specific dependencies (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA authored Apr 22, 2024
1 parent f692b70 commit cd7436f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rapids_dependency_file_generator/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
]
},
"packages": {"oneOf": [
{"$ref": "#/$defs/requirements"},
{"$ref": "#/$defs/packages"},
{"type": "null"}
]}
},
Expand Down

0 comments on commit cd7436f

Please sign in to comment.