Skip to content

Commit

Permalink
Simplify/fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Dec 20, 2023
1 parent 57ee596 commit be26499
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit be26499

Please sign in to comment.