Skip to content

Commit

Permalink
fixup! squash! Update FAQ to better explain running FD outside of pro…
Browse files Browse the repository at this point in the history
…ject env
  • Loading branch information
jherland committed Nov 11, 2024
1 parent 5d73463 commit bf179f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,11 @@ into problems with older Python syntax (e.g. using `async` or `await` as
variable names), please open an issue, and we'll look into extending our support
further.

A final resort can be to downgrade to an older version of FawltyDeps that is
compatible with the Python version used in your project. Currently, the only
Python version we have dropped support for is v3.7, and FawltyDeps v0.17 was
the last release to support this Python version.

### Why does FawltyDeps fail to match `sklearn` with `scikit-learn`?

There are cases, where FawltyDeps may not match imports and obviously related
Expand Down

0 comments on commit bf179f3

Please sign in to comment.