Skip to content

Commit

Permalink
One line per package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinpfoertner committed Mar 27, 2022
1 parent c1056e7 commit 3c0f9d7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,16 @@ classifiers = [
"Programming Language :: Python :: 3.10",
]
dependencies = [
"numpy>=1.20",
"numpy>=1.21.3; python_version>='3.10'",
"scipy>=1.4",
"scipy>=1.8.0; python_version>='3.10'",
"numpy>=1.20", "numpy>=1.21.3; python_version>='3.10'",
"scipy>=1.4", "scipy>=1.8.0; python_version>='3.10'",
]
dynamic = ["version"]

# TODO (pypa/setuptools#3221): Optional dependencies that reference one another
# don't seem to be supported yet. Migrate the optional dependencies in `setup.py`
# here, once this is supported.
# [project.optional-dependencies]
# ...
# full = [
# "%(jax)s",
# "%(zoo)s",
Expand Down

0 comments on commit 3c0f9d7

Please sign in to comment.