forked from equinor/xtgeo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLN: Sort dependencies, add isort and mypy
- Loading branch information
Showing
7 changed files
with
68 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
deprecation | ||
numpy>=1.19 | ||
shapely>=1.6.2 | ||
ecl-data-io>=2.1 | ||
h5py>=3 | ||
hdf5plugin>=2.3 | ||
matplotlib>=3.3 | ||
numpy>=1.19 | ||
pandas>=1.1 | ||
roffio>=0.0.2 | ||
scipy>=1.5 | ||
segyio>1.8.0 | ||
pandas>=1.1 | ||
h5py>=3 | ||
hdf5plugin>=2.3 | ||
shapely>=1.6.2 | ||
tables>=3.5.1 | ||
roffio>=0.0.2 | ||
ecl-data-io>=2.1 | ||
typing-extensions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,35 @@ | ||
setuptools>=43 | ||
setuptools_scm>=3.2.0 | ||
scikit-build<0.17 | ||
ninja>=1.9.0.post1 | ||
autoclasstoc | ||
autopep8 | ||
bandit | ||
black>=23.1 | ||
cmake>3.13.3 | ||
pip>=20 | ||
wheel>=0.38 | ||
flake8 | ||
pydocstyle | ||
coverage>=4.1 | ||
pytest-runner>=2.11.1 | ||
pre-commit | ||
coverage>=4.1 | ||
Sphinx<4.0 # Due to sphinx-toolbox | ||
sphinx-rtd-theme | ||
sphinx-toolbox | ||
autoclasstoc | ||
flake8 | ||
h5py>=3 | ||
hdf5plugin>=2.3 | ||
isort | ||
matplotlib>=3.3 | ||
mypy | ||
myst-parser | ||
bandit | ||
ninja>=1.9.0.post1 | ||
numpy>1.19 | ||
pandas>=1.1 | ||
segyio>=1.8.6 | ||
matplotlib>=3.3 | ||
scipy>=1.5 | ||
shapely>=1.6.2 | ||
black>=23.1 | ||
autopep8 | ||
pip>=20 | ||
pre-commit | ||
pydocstyle | ||
pylint | ||
pytest>=6 | ||
pytest-cov | ||
h5py>=3 | ||
hdf5plugin>=2.3 | ||
tables>=3.5 | ||
pytest-runner>=2.11.1 | ||
scikit-build<0.17 | ||
scipy>=1.5 | ||
segyio>=1.8.6 | ||
setuptools>=43 | ||
setuptools_scm>=3.2.0 | ||
shapely>=1.6.2 | ||
Sphinx<4.0 # Due to sphinx-toolbox | ||
sphinx-rtd-theme | ||
sphinx-toolbox | ||
swig | ||
tables>=3.5 | ||
wheel>=0.38 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
# requirements when used in RMS python venv's | ||
pip>=20.3.3 | ||
setuptools>=30.3.0 | ||
setuptools_scm>=3.2.0 | ||
scikit-build | ||
ninja>=1.9.0.post1 | ||
cmake==3.15.3 | ||
wheel>=0.38 | ||
flake8 | ||
pydocstyle | ||
coverage>=4.1 | ||
pre-commit | ||
coverage>=4.1 | ||
Sphinx<4.0 # Due to sphinx-toolbox | ||
sphinx-rtd-theme | ||
sphinx-toolbox | ||
autoclasstoc | ||
myst-parser | ||
autopep8 | ||
bandit | ||
segyio>=1.8.6 | ||
shapely>=1.6.2 | ||
black>=23.1 | ||
autopep8 | ||
cmake==3.15.3 | ||
coverage>=4.1 | ||
flake8 | ||
h5py>=3 | ||
hdf5plugin>=2.3 | ||
mypy | ||
myst-parser | ||
ninja>=1.9.0.post1 | ||
pip>=20.3.3 | ||
pre-commit | ||
pydocstyle | ||
pylint | ||
pytest>=2.9.2 | ||
pytest-cov | ||
pytest-runner>=2.11.1 | ||
h5py>=3 | ||
hdf5plugin>=2.3 | ||
scikit-build | ||
segyio>=1.8.6 | ||
setuptools>=30.3.0 | ||
setuptools_scm>=3.2.0 | ||
shapely>=1.6.2 | ||
Sphinx<4.0 # Due to sphinx-toolbox | ||
sphinx-rtd-theme | ||
sphinx-toolbox | ||
tables>=3.5.1 | ||
wheel>=0.38 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
setuptools>=43 | ||
autoclasstoc | ||
cmake>=3.13.3 | ||
scikit-build | ||
myst-parser | ||
ninja | ||
|
||
setuptools_scm | ||
pydocstyle | ||
scikit-build | ||
setuptools>=43 | ||
setuptools_scm | ||
Sphinx<4.0 | ||
sphinx-rtd-theme | ||
sphinx-toolbox | ||
autoclasstoc | ||
myst-parser |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
numpy>=1.13 | ||
cmake>=3.13.1 | ||
setuptools_scm>=3.2.0 | ||
numpy>=1.13 | ||
scikit-build==0.10.0 | ||
setuptools_scm>=3.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
flake8 | ||
pydocstyle | ||
autopep8 | ||
bandit | ||
coverage>=4.1 | ||
flake8 | ||
isort | ||
mypy | ||
pre-commit | ||
coverage>=4.1 | ||
bandit | ||
autopep8 | ||
pydocstyle | ||
pylint | ||
pytest-cov |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pytest | ||
hypothesis | ||
pytest | ||
pytest-benchmark | ||
pytest-mock | ||
pytest-snapshot |