You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ This section assumes you have installed all packages in `requirements-dev.txt`.
131
131
132
132
Most of the automated code-checking is packaged into [pre-commit hooks](https://pre-commit.com/). You can activate them by running `pre-commit install`. If you wish to check all code you can do so by running `pre-commit run --all-files`. This takes care of:
133
133
- auto-formatting the code using `black`, `isort`, and `autoflake`
134
-
- checking the code with `flake8`
134
+
- checking the code with `ruff`
135
135
- checking and formatting any Jupyter notebooks with `nbqa`
136
136
- various other helpful things (correcting line-endings etc.)
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ At the moment there are the following subpackages:
52
52
53
53
### PyPi distribution
54
54
55
-
The package requires Python version **>=3.7** . It can be installed with:
55
+
The package requires Python version **>=3.8** . It can be installed with:
56
56
57
57
```bash
58
58
pip install eo-learn
@@ -92,7 +92,7 @@ Some subpackages contain extension modules under `extra` subfolder. Those module
92
92
93
93
### Conda Forge distribution
94
94
95
-
The package requires a Python environment **>=3.7**.
95
+
The package requires a Python environment **>=3.8**.
96
96
97
97
Thanks to the maintainers of the conda forge feedstock (@benhuff, @dcunn, @mwilson8, @oblute, @rluria14), `eo-learn` can
98
98
be installed using `conda-forge` as follows:
@@ -149,7 +149,7 @@ Examples and introductions to the package can be found [here](https://github.com
149
149
150
150
## Contributions
151
151
152
-
If you would like to contribute to `eo-learn`, check out our [contribution guidelines](./CONTRIBUTING.md).
152
+
The list of all `eo-learn` contributors can be found [here](./CONTRIBUTING.md). If you would like to contribute to `eo-learn`, please check our [contribution guidelines](./CONTRIBUTING.md).
0 commit comments