moved all dependencies to dependencies.txt and enforced python 3.9

class-solution
Daniel Pozsar 3 months ago
parent 8b2afbb555
commit 8a6b8e29c3

@ -17,12 +17,12 @@ kewords = [
"grogu",
"magnetic interactions",
]
requires-python = ">=3.9"
requires-python = "==3.9"
dependencies = [
"numpy==1.24.4",
"scipy==1.10.1",
"sisl==0.13",
"netcdf4==1.6.2",
"numpy",
"scipy",
"sisl",
"netcdf4",
"openmpi",
"mpi4py",
]

Loading…
Cancel
Save