Compare commits

...

2 Commits

@ -41,14 +41,15 @@ solver will need the ability to solve complex symmetric (non-Hermitian)
linear systems, ideally with double precision. linear systems, ideally with double precision.
- [Source repository](https://mpxd.net/code/jan/meanas) - [Source repository](https://mpxd.net/code/jan/meanas)
- PyPI *TBD* - [PyPI](https://pypi.org/project/meanas)
- [Github mirror](https://github.com/anewusername/meanas)
## Installation ## Installation
**Requirements:** **Requirements:**
* python >=3.8 * python >=3.11
* numpy * numpy
* scipy * scipy

@ -33,7 +33,7 @@ classifiers = [
"License :: OSI Approved :: GNU Affero General Public License v3", "License :: OSI Approved :: GNU Affero General Public License v3",
"Topic :: Scientific/Engineering :: Physics", "Topic :: Scientific/Engineering :: Physics",
] ]
requires-python = ">=3.8" requires-python = ">=3.11"
include = [ include = [
"LICENSE.md" "LICENSE.md"
] ]

Loading…
Cancel
Save