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: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,15 @@ Given an input, PECOS identifies a small set (10-100) of relevant outputs from a
29
29
30
30
## Requirements and Installation
31
31
32
-
* Python (>=3.6, <=3.9)
32
+
* Python (3.7, 3.8, 3.9, 3.10)
33
33
* Pip (>=19.3)
34
34
35
35
See other dependencies in [`setup.py`](https://github.com/amzn/pecos/blob/mainline/setup.py#L135)
36
36
You should install PECOS in a [virtual environment](https://docs.python.org/3/library/venv.html).
37
37
If you're unfamiliar with Python virtual environments, check out the [user guide](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/).
0 commit comments