flake poetry

This commit is contained in:
Valentin Boettcher 2022-02-05 15:38:51 +01:00
parent 8ab49cf379
commit 004e831dc0
2 changed files with 3 additions and 3 deletions

4
poetry.lock generated
View file

@ -68,7 +68,7 @@ scipy = "^1.7.3"
type = "git"
url = "https://github.com/vale981/fcSpline"
reference = "master"
resolved_reference = "d10ecf2045c5aa8f2a9982ea66109b8c6f0433ca"
resolved_reference = "c979361a3e7d3d0eb7f16b99cb58b424156fd788"
[[package]]
name = "mpmath"
@ -148,7 +148,7 @@ python-versions = ">=3.6"
[metadata]
lock-version = "1.1"
python-versions = ">=3.9,<3.11"
content-hash = "979721bee90031dd60188ca34a606455f0f65e0a7ab655415772c946250ce316"
content-hash = "592df49b40b8af6ed22690d9e20d62c603498d892df56ccabf9d7869eacb5e1d"
[metadata.files]
black = [

View file

@ -15,10 +15,10 @@ build = 'build.py'
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
numpy = "^1.20.3"
scipy = "^1.7.3"
mpmath = "^1.2.1"
fcSpline = { git = "https://github.com/vale981/fcSpline" }
numpy = "^1.22.2"
[tool.poetry.dev-dependencies]
setuptools = "^59.5.0"