File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ An algorithm that computes modular nested exponentiation efficiently.
8
8
[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/mod-nest-exp?style=flat-square )] ( https://pypi.org/project/mod-nest-exp/#files )
9
9
[ ![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/mod-nest-exp?style=flat-square )] ( https://pypi.org/project/mod-nest-exp/#files )
10
10
[ ![ 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 )
11
12
[ ![ 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 )
12
13
13
14
## 🚩 Table of Contents
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = mod-nest-exp
3
- version = 1.0.9
3
+ version = 1.1
4
4
url = https://github.com/avivbrook/modular-nested-exponentiation
5
5
project_urls =
6
6
Bug Tracker = https://github.com/avivbrook/modular-nested-exponentiation/issues
@@ -46,11 +46,6 @@ package_dir=
46
46
[options.packages.find]
47
47
where =src
48
48
49
- [options.extras_require]
50
- optimised =
51
- gmpy2
52
- sympy
53
-
54
49
[coverage:run]
55
50
branch = True
56
51
source = src/mod_nest_exp/core
You can’t perform that action at this time.
0 commit comments