Compare commits
2 Commits
35b5a8c5b9
...
5ca4f27f22
Author | SHA1 | Date | |
---|---|---|---|
5ca4f27f22 | |||
35ec8b4325 |
@ -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…
x
Reference in New Issue
Block a user