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", "grogu",
"magnetic interactions", "magnetic interactions",
] ]
requires-python = ">=3.9" requires-python = "==3.9"
dependencies = [ dependencies = [
"numpy==1.24.4", "numpy",
"scipy==1.10.1", "scipy",
"sisl==0.13", "sisl",
"netcdf4==1.6.2", "netcdf4",
"openmpi", "openmpi",
"mpi4py", "mpi4py",
] ]

Loading…
Cancel
Save