Skip to content

Commit 6580f42

Browse files
committed
remove platformdirs from dependencies
1 parent 224087b commit 6580f42

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/ci/min-core-deps.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ dependencies:
1414
# (see https://github.com/Unidata/netcdf4-python/issues/1090)
1515
- netcdf4=1.6
1616
- numpy=1.23
17-
- platformdirs=2.5
1817
- psutil=5.9
1918
- pymbolic=2022.1
2019
- pytest=7.1

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ dependencies: #! Keep in sync with [tool.pixi.dependencies] in pyproject.toml
88
- matplotlib-base>=2.0.2
99
- netcdf4>=1.1.9
1010
- numpy>=1.9.1
11-
- platformdirs
1211
- psutil
1312
- pymbolic
1413
- scipy>=0.16.0

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jupyter = "*"
6464
matplotlib-base = ">=2.0.2"
6565
netcdf4 = ">=1.1.9"
6666
numpy = ">=1.9.1"
67-
platformdirs = "*"
6867
psutil = "*"
6968
pymbolic = "*"
7069
scipy = ">=0.16.0"

0 commit comments

Comments
 (0)