Skip to content

Commit

Permalink
Drop future dependency
Browse files Browse the repository at this point in the history
future was only needed for Python 2 and there is not a straightforward
way to install a pyproject.toml-based package in Python 2.
  • Loading branch information
wshanks committed Mar 12, 2024
1 parent 809f464 commit 8172f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities"
]
dependencies = ["future; python_version < '3.1'"]
dependencies = []

[project.urls]
Documentation = "http://uncertainties-python-package.readthedocs.io/"
Expand Down

0 comments on commit 8172f25

Please sign in to comment.