How to activate the gds library

Hi, I installed the GDS Library plugin in the Neo4j Desktop plugin section and I also wrote dbms.security.procedures.unrestricted=gds.* in the setting of the project. But it keeps giving me this error:

gds.graph.project.cypher is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.

what can I do?

This is what my configuration looks like:

dbms.security.procedures.unrestricted=jwt.security.*,apoc.*,spatial.*,gds.*

Did you restart the server after updating the config file?

yes, i also wrote dbms.security.procedures.allowlist=gds.* but it keeps giving me that error