Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ See the [**Examples**](#examples) section below and the [**Tutorials**](tutorial
## Dependencies and installation
**PyGeM** requires `numpy`, `scipy`, `matplotlib`, `sphinx` (for the
documentation) and `pytest` (for local test). They can be easily installed via
`pip`. The code has been tested with Python3.7 version, but it should be
`pip`. The code has been tested with Python>=3.9 version, but it should be
compatible with a generic Python3.x. The Python2 support is no longer maintained.
To enable the `CAD`
[submodule](https://github.com/mathLab/PyGeM/tree/master/pygem/cad), the
Expand Down
Loading