File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ limitations under the License.
16
16
17
17
# Developing SparseZoo
18
18
19
- SparseZoo is developed and tested using Python 3.6+ .
19
+ SparseZoo is developed and tested using Python 3.6-3.9 .
20
20
To develop sparsezoo, you will also need the development dependencies and to follow the styling guidelines.
21
21
22
22
Here's some details to get started.
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ The [GitHub repository](https://github.com/neuralmagic/sparsezoo) contains the P
72
72
73
73
## Installation
74
74
75
- This repository is tested on Python 3.6+ , and Linux/Debian systems.
75
+ This repository is tested on Python 3.6-3.9 , and Linux/Debian systems.
76
76
It is recommended to install in a [ virtual environment] ( https://docs.python.org/3/library/venv.html ) to keep your system in order.
77
77
78
78
Install with pip using:
You can’t perform that action at this time.
0 commit comments