PClean
PClean copied to clipboard
Dependency Updates
For some reason, the compat on CSV.jl does not work. This PR
- Uses the latest CSV.jl (v0.10.14)
- Removes unused packages
- Updates function signatures to accept new CSV types (
String3
,String31
, etc).
Hopefully nothing is breaking...