File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- black <= 25.9.0
2- numpydoc <= 1.9.0
3- mypy <= 1.18.2
4- pylint <= 4.0.2
5- pytest-cov <= 7.0.0
6- sphinx <= 8.2.3
7- sphinx-rtd-theme <= 3.0.2
1+ black
2+ numpydoc
3+ mypy
4+ pylint
5+ pytest-cov
6+ sphinx
7+ sphinx-rtd-theme
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ classifiers = [
2727 " Operating System :: OS Independent"
2828]
2929dependencies = [
30- " alive_progress<=3.3.0 " ,
31- " keras_tuner<=1.4.7 " ,
32- " mako<=1.3.10 " ,
33- " matplotlib<=3.10.7 " ,
34- " pandas<=2.3.3 " ,
35- " resdata<=6.1.0 " ,
36- " scikit-learn<=1.7.2 " ,
37- " scipy<=1.16.3 "
30+ " alive_progress" ,
31+ " keras_tuner" ,
32+ " mako" ,
33+ " matplotlib" ,
34+ " pandas" ,
35+ " resdata" ,
36+ " scikit-learn" ,
37+ " scipy"
3838]
3939requires-python = " >=3.12"
4040
@@ -53,4 +53,4 @@ packages.find.where = ["src"]
5353platforms = [" all" ]
5454
5555[project .optional-dependencies ]
56- tensorflow = [" tensorflow<=2.20.0 " ]
56+ tensorflow = [" tensorflow" ]
Original file line number Diff line number Diff line change 22Code version.
33"""
44
5- __version__ = "2025.10 "
5+ __version__ = "2026.04-pre "
You can’t perform that action at this time.
0 commit comments