Compare commits

..

No commits in common. "5ca4f27f22c75c08a5920fee0c371542f8f52a25" and "35b5a8c5b957cd2c5566f3f4b304a7900f7a7f0c" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -41,15 +41,14 @@ 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](https://pypi.org/project/meanas) - PyPI *TBD*
- [Github mirror](https://github.com/anewusername/meanas)
## Installation ## Installation
**Requirements:** **Requirements:**
* python >=3.11 * python >=3.8
* numpy * numpy
* scipy * scipy

View File

@ -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.11" requires-python = ">=3.8"
include = [ include = [
"LICENSE.md" "LICENSE.md"
] ]