Skip to content

Commit

Permalink
remove dill from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
patquem committed Jan 24, 2024
1 parent 51459ec commit 09799e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
name = "fitspy"
dynamic = ["version"]
authors = [{ name = "Patrick Quéméré", email = "[email protected]" }]
description = "Fitspy (A generic tool to fit spectra in python)"
description = "Fitspy: a generic tool to fit spectra in python"
readme = "README.md"
requires-python = ">=3.7"
keywords = ["Fitspy", "fit", "spectra", "spectrum", "map", "1D", "2D",
Expand All @@ -33,7 +33,6 @@ dependencies = [
"scipy",
"lmfit",
"parse",
"dill",
"pywin32; platform_system == 'Windows'",
]

Expand Down

0 comments on commit 09799e5

Please sign in to comment.