From 63b93d18a031921b979d429c0140eabda9cf805b Mon Sep 17 00:00:00 2001 From: Maarten Sebregts Date: Tue, 26 May 2026 14:36:18 +0200 Subject: [PATCH] Remove outdated "TODO" comments for imas-core dependency --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ed3f964..924fc58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,10 +78,6 @@ docs = [ "sphinx-immaterial>=0.11.0,<0.12", "sphinx-click", ] - -# TODO enable when imas-core is available on pypi -# imas-core = [ "imas-core@git+https://github.com/iterorganization/imas-core.git@main" ] - netcdf = [ "netCDF4>=1.4.1", ] @@ -106,7 +102,6 @@ test = [ # Pint is used in training snippets "pint", # Optional dependencies - # TODO add imas-core when it is available on pypi "imas-python[netcdf,h5py,xarray,saxonche]", ]