Skip to content

Commit adb709f

Browse files
committed
cleanup: Remove unused pylablib dependency
1 parent 7cafb9e commit adb709f

6 files changed

Lines changed: 2 additions & 414 deletions

File tree

Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ pandas = "*"
99
xarray = "*"
1010
numpy = "*"
1111
scipy = "*"
12-
pylablib = "*"
1312
matplotlib = "*"
1413
netcdf4 = "*"
1514
pint = "*"

Pipfile.lock

Lines changed: 1 addition & 409 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SeaSenseLib requires Python 3.10 or later and depends on several scientific Pyth
99
* **Core data handling**: xarray, pandas, numpy, scipy
1010
* **File format support**: netcdf4, pycnv, pyrsktools, seabirdscientific, mhkit (with the ``dolfyn`` extra, for Nortek/RDI raw data)
1111
* **Scientific computing**: gsw (Gibbs SeaWater library), pint (units)
12-
* **Plotting**: matplotlib, pylablib
12+
* **Plotting**: matplotlib
1313

1414
You do not need to install these individually — they come with SeaSenseLib.
1515

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ dependencies = [
6363
"xarray",
6464
"numpy",
6565
"scipy",
66-
"pylablib",
6766
"matplotlib",
6867
"netcdf4",
6968
"pint",

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ pandas
44
xarray
55
numpy
66
scipy
7-
pylablib
87
matplotlib
98
netcdf4
109
pint

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ pandas
44
xarray
55
numpy
66
scipy
7-
pylablib
87
matplotlib
98
netcdf4
109
pint

0 commit comments

Comments
 (0)