Skip to content

Commit 8f37748

Browse files
authored
Get rid of NLDI import (#191)
* remove nldi from init.py because it has an optional dependency * adjust python versions tested
1 parent ad47804 commit 8f37748

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest, windows-latest]
19-
python-version: [3.9, '3.10', 3.11, 3.12, 3.13]
19+
python-version: [3.9, 3.13, 3.14]
2020

2121
steps:
2222
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871

dataretrieval/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
__version__ = "version-unknown"
77

88
from dataretrieval.nadp import *
9-
from dataretrieval.nldi import *
109
from dataretrieval.nwis import *
1110
from dataretrieval.samples import *
1211
from dataretrieval.streamstats import *

0 commit comments

Comments
 (0)