File tree 4 files changed +9
-6
lines changed
4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
# FastVector
2
2
3
- ![ Python] ( https://img.shields.io/badge/python-3.7 +-blue )
3
+ ![ Python] ( https://img.shields.io/badge/python-3.9 +-blue )
4
4
![ License] ( https://camo.githubusercontent.com/890acbdcb87868b382af9a4b1fac507b9659d9bf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667 )
5
- [ ![ Build] ( https://github.com/franneck94/Python-Project-Template-Eng/ workflows/ci- test/badge.svg )] ( https://github.com/franneck94/Python-Project-Template-Eng /actions?query=workflow%3Aci- test )
5
+ [ ![ Build] ( https://github.com/franneck94/Python-Project-Template/actions/ workflows/test.yml /badge.svg?branch=master )] ( https://github.com/franneck94/Python-Project-Template/actions/workflows/ test.yml )
6
6
[ ![ codecov] ( https://codecov.io/gh/franneck94/Python-Project-Template-Eng/branch/master/graph/badge.svg )] ( https://codecov.io/gh/franneck94/Python-Project-Template-Eng )
7
7
[ ![ Documentation] ( https://img.shields.io/badge/ref-Documentation-blue )] ( https://franneck94.github.io/Python-Project-Template-Eng/ )
8
8
57
57
# Code Coverage
58
58
pytest --cov=fastvector tests --cov-report=html
59
59
```
60
+
61
+
62
+ ``` bash
63
+ # Publish to PyPi
64
+ By the publish github workflow
65
+ ```
Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ classifiers = [
27
27
" Operating System :: MacOS" ,
28
28
]
29
29
dependencies = [
30
- " requests" ,
31
- " importlib-metadata; python_version<'3.8'" ,
32
30
" numpy>=1.21.6; python_version<'3.11'" ,
33
31
" numpy>=1.23.2; python_version>='3.11'" ,
34
32
]
Original file line number Diff line number Diff line change 1
1
# Runtime requirements
2
2
--requirement requirements.txt
3
3
4
- build
5
4
setuptools >= 67.7.1
6
5
7
6
# Testing
Original file line number Diff line number Diff line change 1
1
# Runtime requirements
2
- numpy
2
+ numpy >= 1.21.6
You can’t perform that action at this time.
0 commit comments