working build on python 3.9.6

class-solution
Daniel Pozsar 3 months ago
parent 38e258bb5b
commit 18d42b11c8

@ -26,7 +26,7 @@ repos:
rev: 24.4.2 rev: 24.4.2
hooks: hooks:
- id: black - id: black
language_version: python3.12 language_version: python3.9
- repo: local - repo: local
hooks: hooks:
- id: pytest-check - id: pytest-check

@ -220,7 +220,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.9.6" "version": "3.12.7"
} }
}, },
"nbformat": 4, "nbformat": 4,

@ -16,7 +16,7 @@ kewords = [
"physics", "physics",
"grogu" "grogu"
] ]
requires-python = ">=3.12" requires-python = ">=3.9"
dependencies = [ dependencies = [
"numpy", "numpy",
"scipy", "scipy",
@ -28,6 +28,7 @@ dependencies = [
classifiers = [ classifiers = [
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3 :: Only",
"Topic :: Scientific/Engineering :: Physics", "Topic :: Scientific/Engineering :: Physics",

@ -15,3 +15,5 @@ pytest-randomly
pytest-cov pytest-cov
isort isort
sphinx sphinx
tqdm
matplotlib

@ -1,8 +1,8 @@
# Package dependencies # Package dependencies
argparse argparse
numpy numpy==1.24.4
scipy scipy
sisl==0.14.3 sisl==0.14.3
netcdf4 netcdf4==1.6.2
openmpi openmpi
mpi4py mpi4py

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save