Compare commits
3 Commits
950a5831ec
...
b47dec0317
Author | SHA1 | Date | |
---|---|---|---|
b47dec0317 | |||
52d297bb31 | |||
7b4b2058bb |
@ -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
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ See the readme or `import meanas; help(meanas)` for more info.
|
|||||||
|
|
||||||
import pathlib
|
import pathlib
|
||||||
|
|
||||||
__version__ = '0.8'
|
__version__ = '0.9'
|
||||||
__author__ = 'Jan Petykiewicz'
|
__author__ = 'Jan Petykiewicz'
|
||||||
|
|
||||||
|
|
||||||
|
@ -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