diff --git a/bin/table_generator b/bin/table_generator
index d88e5743e2447ecc1b0fc91a93be7cb73bac6bc8..b2f5c924a760be7dfdb4c372d854dd6df90da2e3 100755
--- a/bin/table_generator
+++ b/bin/table_generator
@@ -65,6 +65,17 @@ ignored_pkgs = [
     'Julia.CUDA', # Integrated in Julia
     'Julia.MPI', # Integrated in Julia
     'yaff', # Depends on an old version of h5py and it is rarely used, so let's drop it
+    # Ignoring in 2023
+    'motif', # Needed just for Grace
+    'Grace', # Deprecating as it is almost abandonware
+    'impi', # Installing just in JWC, so ignoring for everyone else
+    'iimpi', # Not installing the toolchain anymore, reusing the MPICH stack provided with ParaStationMPI
+    'intel', # Not installing the toolchain anymore, reusing the MPICH stack provided with ParaStationMPI
+    'pkg-config', # Replaced by pkgconf
+    'Mercurial', # Dropped
+    'Subversion', # Dropped
+    'Singularity-Tools', # Replaced by Apptainer-Tools
+    'GtkSourceView', # Just used by meld, which has been dropped, so dropping this too
 ]
 
 def find_eb_files(path):