infinite U in Fermi Hubbard model

Dear all,
Can we set infinite U in Fermi Hubbard (spinfull) 1D model?
How it can be implemented in ITensor Julia?

Yes, there is a tJ site type

sites = siteinds("tJ",N)

docs page:

https://itensor.github.io/ITensors.jl/stable/IncludedSiteTypes.html#"tJ"-SiteType

Source code:

Thank you for your reply.
One more question. Is it possible to add Neel spin pattern symmetry to tJ model?
There was similar question about this symmetry:

To my knowledge it is not currently implemented and you’d have to implement it yourself (assuming you can write that as an abelian symmetry)