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.
|
||||
|
||||
- [Source repository](https://mpxd.net/code/jan/meanas)
|
||||
- PyPI *TBD*
|
||||
- [PyPI](https://pypi.org/project/meanas)
|
||||
- [Github mirror](https://github.com/anewusername/meanas)
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
**Requirements:**
|
||||
|
||||
* python >=3.8
|
||||
* python >=3.11
|
||||
* numpy
|
||||
* scipy
|
||||
|
||||
|
@ -6,7 +6,7 @@ See the readme or `import meanas; help(meanas)` for more info.
|
||||
|
||||
import pathlib
|
||||
|
||||
__version__ = '0.8'
|
||||
__version__ = '0.9'
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
|
||||
|
||||
|
@ -33,7 +33,7 @@ classifiers = [
|
||||
"License :: OSI Approved :: GNU Affero General Public License v3",
|
||||
"Topic :: Scientific/Engineering :: Physics",
|
||||
]
|
||||
requires-python = ">=3.8"
|
||||
requires-python = ">=3.11"
|
||||
include = [
|
||||
"LICENSE.md"
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user