File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The PyLops project strives to create a library that is easy to install in
99any environment and has a very limited number of dependencies.
1010Required dependencies are limited to:
1111
12- * Python 3.9 or greater
12+ * Python 3.10 or greater
1313* `NumPy <http://www.numpy.org >`_
1414* `SciPy <http://www.scipy.org/scipylib/index.html >`_
1515
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ name: pylops
22channels :
33 - defaults
44dependencies :
5- - python>=3.9 .0
5+ - python>=3.11 .0
66 - numpy>=1.21.0
77 - scipy>=1.14.0
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ classifiers = [
2424 " Natural Language :: English" ,
2525 " Operating System :: OS Independent" ,
2626 " Programming Language :: Python :: 3 :: Only" ,
27- " Programming Language :: Python :: 3.8" ,
28- " Programming Language :: Python :: 3.9" ,
2927 " Programming Language :: Python :: 3.10" ,
28+ " Programming Language :: Python :: 3.11" ,
29+ " Programming Language :: Python :: 3.12" ,
3030 " Topic :: Scientific/Engineering :: Mathematics" ,
3131]
3232dependencies = [
You can’t perform that action at this time.
0 commit comments