diff options
| author | lyf <[email protected]> | 2023-03-17 16:01:04 +0800 |
|---|---|---|
| committer | lyf <[email protected]> | 2023-03-17 16:01:04 +0800 |
| commit | 202f58dc4e3800328a22bfee400c3c6322798998 (patch) | |
| tree | f1bbdf279ff67c48aa2a1ca93ae572f0a76e84c0 /.idea/inspectionProfiles | |
text commitmaster
Diffstat (limited to '.idea/inspectionProfiles')
| -rw-r--r-- | .idea/inspectionProfiles/Project_Default.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..99c5c6d --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,17 @@ +<component name="InspectionProjectProfileManager"> + <profile version="1.0"> + <option name="myName" value="Project Default" /> + <inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true"> + <option name="ignoredPackages"> + <value> + <list size="4"> + <item index="0" class="java.lang.String" itemvalue="dgl-cu101" /> + <item index="1" class="java.lang.String" itemvalue="scikit-learn" /> + <item index="2" class="java.lang.String" itemvalue="torch" /> + <item index="3" class="java.lang.String" itemvalue="numpy" /> + </list> + </value> + </option> + </inspection_tool> + </profile> +</component>
\ No newline at end of file |
