Skip to content

Commit b3cfe6f

Browse files
committed
new release with no requirements
1 parent 964c416 commit b3cfe6f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ An algorithm that computes modular nested exponentiation efficiently.
88
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mod-nest-exp?style=flat-square)](https://pypi.org/project/mod-nest-exp/#files)
99
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/mod-nest-exp?style=flat-square)](https://pypi.org/project/mod-nest-exp/#files)
1010
[![GitHub issues](https://img.shields.io/github/issues/avivbrook/modular-nested-exponentiation?style=flat-square)](https://github.com/avivbrook/modular-nested-exponentiation/issues)
11+
[![codecov](https://codecov.io/gh/avivbrook/modular-nested-exponentiation/branch/master/graph/badge.svg?token=5CWMO8OLNU)](https://codecov.io/gh/avivbrook/modular-nested-exponentiation)
1112
[![Downloads](https://img.shields.io/badge/dynamic/json?style=flat-square&color=303f9f&label=downloads&query=%24.total_downloads&url=https%3A%2F%2Fapi.pepy.tech%2Fapi%2Fprojects%2Fmod-nest-exp)](https://pepy.tech/project/mod-nest-exp)
1213

1314
## 🚩 Table of Contents

setup.cfg

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = mod-nest-exp
3-
version = 1.0.9
3+
version = 1.1
44
url = https://github.com/avivbrook/modular-nested-exponentiation
55
project_urls =
66
Bug Tracker = https://github.com/avivbrook/modular-nested-exponentiation/issues
@@ -46,11 +46,6 @@ package_dir=
4646
[options.packages.find]
4747
where=src
4848

49-
[options.extras_require]
50-
optimised =
51-
gmpy2
52-
sympy
53-
5449
[coverage:run]
5550
branch = True
5651
source = src/mod_nest_exp/core

0 commit comments

Comments
 (0)