Skip to content

Commit f4ade5a

Browse files
committed
turns our we don't even need pyproj anymore...
1 parent 05ecffe commit f4ade5a

4 files changed

Lines changed: 2 additions & 19 deletions

File tree

docs/source/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ pylint-exit==1.2.0
8585
pylint==2.15.0; python_full_version >= "3.7.2"
8686
pynmea2==1.18.0
8787
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.7"
88-
pyproj==3.1.0; python_version >= "3.7"
8988
pyrsistent==0.18.1; python_version >= "3.7"
9089
pytest-cov==3.0.0; python_version >= "3.6"
9190
pytest-lazy-fixture==0.6.3

poetry.lock

Lines changed: 2 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jupyter = "^1.0.0"
3333
pytest-lazy-fixture = "^0.6.3"
3434
matplotlib = "^3.5.1"
3535
plotly = "^5.8.0"
36-
pyproj = "3.1.0"
3736

3837
[tool.poetry.dev-dependencies]
3938
Sphinx = "^4.1.1"
@@ -42,7 +41,6 @@ sphinxcontrib-napoleon = "^0.7"
4241
notebook = "^6.4.2"
4342
ipykernel = "^6.0.3"
4443
jupyter = "^1.0.0"
45-
pyproj = "^3.1.0"
4644
pylint-exit = "^1.2.0"
4745
nbsphinx = "^0.8.9"
4846
nbsphinx-link = "^1.3.0"

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ attrs==22.1.0; python_version >= "3.7"
77
backcall==0.2.0; python_version >= "3.7"
88
beautifulsoup4==4.11.1; python_full_version >= "3.6.0" and python_version >= "3.7"
99
bleach==5.0.1; python_version >= "3.7"
10-
certifi==2022.6.15; python_version >= "3.7"
1110
cffi==1.15.1; implementation_name == "pypy" and python_version >= "3.7"
1211
colorama==0.4.5; sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.7.2" and (python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.5.0") and (python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.5.0")
1312
coverage==6.4.4; python_version >= "3.7"
@@ -75,7 +74,6 @@ pygments==2.13.0; python_version >= "3.7"
7574
pylint==2.15.0; python_full_version >= "3.7.2"
7675
pynmea2==1.18.0
7776
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.7"
78-
pyproj==3.1.0; python_version >= "3.7"
7977
pyrsistent==0.18.1; python_version >= "3.7"
8078
pytest-cov==3.0.0; python_version >= "3.6"
8179
pytest-lazy-fixture==0.6.3

0 commit comments

Comments
 (0)