Skip to content

Commit

Permalink
DEP: Add dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbespin committed Apr 25, 2022
1 parent 3cf37dc commit a8f9dc8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = 'pylandau'
version = '2.2.0'
description = 'A Landau PDF definition to be used in Python.'
license = {file = 'LICENSE'}
requires-python = '>=3.7'
requires-python = '>=3.8'
readme = 'README.md'
authors = [
{name = 'David-Leon Pohl', email = 'pohl@physik.uni-bonn.de'},
Expand All @@ -12,6 +12,11 @@ authors = [
maintainers = [
{name = 'Christian Bespin', email = 'bespin@physik.uni-bonn.de'}
]
dependencies = [
"cython>=0.29",
"numpy>=1.21",
"scipy>=1.7",
]

[project.urls]
repository = 'https://github.com/SiLab-Bonn/pyLandau'
Expand Down

0 comments on commit a8f9dc8

Please sign in to comment.