Support python 3.12
parent
538e46a1
No related branches found
No related tags found
Showing
- .github/workflows/main.yml 1 addition, 1 deletion.github/workflows/main.yml
- .gitlab-ci.yml 24 additions, 1 deletion.gitlab-ci.yml
- requirements.txt 1 addition, 1 deletionrequirements.txt
- saqc/funcs/tools.py 5 additions, 5 deletionssaqc/funcs/tools.py
- saqc/parsing/visitor.py 2 additions, 7 deletionssaqc/parsing/visitor.py
- setup.py 1 addition, 1 deletionsetup.py
... | @@ -4,6 +4,7 @@ | ... | @@ -4,6 +4,7 @@ |
Click==8.1.7 | Click==8.1.7 | ||
docstring_parser==0.16 | docstring_parser==0.16 | ||
fancy-collections==0.2.1 | |||
fastdtw==0.3.4 | fastdtw==0.3.4 | ||
matplotlib==3.8.3 | matplotlib==3.8.3 | ||
numpy==1.26.4 | numpy==1.26.4 | ||
... | @@ -13,4 +14,3 @@ pandas==2.2.1 | ... | @@ -13,4 +14,3 @@ pandas==2.2.1 |
scikit-learn==1.4.1.post1 | scikit-learn==1.4.1.post1 | ||
scipy==1.12.0 | scipy==1.12.0 | ||
typing_extensions==4.10.0 | typing_extensions==4.10.0 | ||
fancy-collections==0.2.1 |
Please register or sign in to comment