Florian Maas
Florian Maas
That was missing, I thought it might be relevant to add since this is what the service uses in the backend.
**Is your feature request related to a problem? Please describe.** Badges do not work in private GitHub repositories, due to the use of shields.io. **Describe the solution you would like**...
### Description This PR solves the dependency issues listed in https://github.com/jdb78/pytorch-forecasting/issues/1130 ### Checklist - [x] Linked issues (if existing) - [ ] Amended changelog for large changes (and added myself...
- PyTorch-Forecasting version: master - PyTorch version: NA - Python version: 3.9.11 I applied [deptry](https://fpgmaas.github.io/deptry/) to this repository, and it found some dependency issues: ``` ----------------------------------------------------- pyproject.toml contains obsolete dependencies:...
**Is your feature request related to a problem? Please describe.** **Describe the solution you would like** **Additional context**
I think it could be useful to run unit tests against multiple versions of Python on each PR, to gain extra confidence in the proposed changes of a PR. This...
This PR builds upon [this PR](https://github.com/MrPowers/chispa/pull/80). When that is merged I can update this branch to better reflect the changes in "Files changed". Related issue: https://github.com/MrPowers/chispa/issues/82 --- This PR adds...
This PR: - Removes the dependency on `six`. - Drops support for Python 3.7. - Updates some development dependencies related to pytest, so the unit tests can be run on...
importing `chispa` can cause issues on Python 3.10 due to the use of `six` `1.15.0`. See also https://github.com/secdev/scapy/issues/3502 and [this blogpost](https://github.com/secdev/scapy/issues/3502). As the blogpost patches, the issue is patched in...
## What is this Python project? [deptry](https://github.com/fpgmaas/deptry) is a command line tool to check for issues with dependencies in a Python project, such as obsolete or missing dependencies. It supports...