Skip to content

Commit f27b6bd

Browse files
committed
Remove pytest-regtest and pytest-mpl from the list of required packages.
1 parent 12dfef8 commit f27b6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learners/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ conda activate myenv
3636
There are some python packages that will be needed in this course, you can install them using the following command:
3737

3838
```bash
39-
pip install numpy pandas matplotlib pytest pytest-regtest pytest-mpl snaptol
39+
pip install numpy pandas matplotlib pytest snaptol
4040
```
4141

4242
### Git

0 commit comments

Comments
 (0)