Skip to content

Commit

Permalink
Remove gmpy2 optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcr committed Nov 12, 2023
1 parent 7f20e25 commit aaf60c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pip install urn-calculator
```
Some calculations may be faster with the [gmpy2](https://pypi.org/project/gmpy2/) library installed. This is optional:
```
pip install urn-calculator[gmpy2]
pip install gmpy2
```

## Using the calculator
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ requires-python = ">=3.10"

[project.optional-dependencies]
dev = ["pytest", "ruff"]
gmpy2 = ["gmpy2"]

[project.urls]
Homepage = "https://github.com/ajcr/urn"
Expand Down

0 comments on commit aaf60c2

Please sign in to comment.