diff --git a/pyproject.toml b/pyproject.toml index 7b7274ff..06a2eeac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "meson-python>=0.15.0", "wheel", "numpy", - "transonic@hg+https://foss.heptapod.net/fluiddyn/transonic@26ea266e3de8", + "transonic@hg+https://foss.heptapod.net/fluiddyn/transonic", "pythran>=0.9.7", "cython", "setuptools", @@ -29,7 +29,7 @@ dependencies = [ "fluidsim-core>=0.7.4", "h5py", "h5netcdf", - "transonic@hg+https://foss.heptapod.net/fluiddyn/transonic@26ea266e3de8", + "transonic", "xarray", "rich", "matplotlib>=3.3", @@ -54,7 +54,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] -[project_urls] +[project.urls] "Source" = "https://foss.heptapod.net/fluiddyn/fluidsim" "Documentation" = "https://fluidsim.readthedocs.io" "Git Mirror" = "https://github.com/fluiddyn/fluidsim"