File tree Expand file tree Collapse file tree 4 files changed +7
-13
lines changed Expand file tree Collapse file tree 4 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 20
20
jobs :
21
21
pre_install :
22
22
- python -m pip install --upgrade pip
23
- - pip install pandas numpy scipy scikit-learn
23
+ - pip install -r requirements/requirements.txt
24
24
- pip install sphinx==6.2.1 docutils==0.19 sphinxcontrib-bibtex==2.1.4 sphinxcontrib-gtagjs sphinx-autodoc-typehints furo==2023.07.26
25
25
26
26
post_install :
Original file line number Diff line number Diff line change 26
26
<a href="https://github.com/WenjieDu/TSDB/network/members">
27
27
<img alt="GitHub Repo forks" src="https://img.shields.io/github/forks/wenjiedu/tsdb?logo=forgejo&logoColor=black&label=Forks">
28
28
</a>
29
- <a href="https://codeclimate.com/github/WenjieDu/TSDB ">
30
- <img alt="Code Climate maintainability" src="https://img.shields. io/codeclimate/maintainability-percentage/WenjieDu/TSDB?color=3C7699&label=Maintainability&logo=codeclimate ">
29
+ <a href="https://sonarcloud.io/component_measures?id=WenjieDu_TSDB&metric=sqale_rating&view=list ">
30
+ <img alt="maintainability" src="https://sonarcloud. io/api/project_badges/measure?project=WenjieDu_TSDB&metric=sqale_rating ">
31
31
</a>
32
32
<a href='https://coveralls.io/github/WenjieDu/TSDB'>
33
33
<img alt='Coveralls report' src='https://img.shields.io/coverallsCoverage/github/WenjieDu/TSDB?branch=main&logo=coveralls&color=75C1C4&label=Coverage'>
39
39
<img alt="arXiv DOI" src="https://img.shields.io/badge/DOI-10.48550/arXiv.2305.18811-F8F7F0">
40
40
</a>
41
41
<a href="https://anaconda.org/conda-forge/tsdb">
42
- <img alt="Conda downloads" src="https://img.shields.io/endpoint?url=https:// pypots.com/figs/downloads_badges/conda_tsdb_downloads.json ">
42
+ <img alt="Conda downloads" src="https://pypots.com/figs/downloads_badges/conda_tsdb_downloads.svg ">
43
43
</a>
44
- <a href=' https://pepy.tech/project/tsdb' >
45
- <img alt=' PyPI downloads' src=' https://img.shields.io/endpoint?url=https:// pypots.com/figs/downloads_badges/pypi_tsdb_downloads.json' >
44
+ <a href=" https://pepy.tech/project/tsdb" >
45
+ <img alt=" PyPI downloads" src=" https://pypots.com/figs/downloads_badges/pypi_tsdb_downloads.svg" >
46
46
</a>
47
47
</p >
48
48
167
167
> PyPOTS: a Python toolbox for data mining on Partially-Observed Time Series.
168
168
> arXiv, abs/2305.18811, 2023.
169
169
170
-
171
-
172
- <details >
173
- <summary >🏠 Visits</summary >
174
- <img align =' left ' src =' https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FWenjieDu%2FTime_Series_Database&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=Visits+since+April+2022&edge_flat=false ' >
175
- </details >
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ exclude = [
57
57
[tool .setuptools .dynamic ]
58
58
version = { attr = " tsdb.version.__version__" }
59
59
readme = { file = " README.md" , content-type = " text/markdown" }
60
- dependencies = { file = " requirements.txt" }
60
+ dependencies = { file = " requirements/requirements .txt" }
61
61
62
62
[tool .flake8 ]
63
63
# People may argue that coding style is personal. This may be true if the project is personal and one works like a
File renamed without changes.
You can’t perform that action at this time.
0 commit comments