Skip to content

Commit 34c797c

Browse files
committed
purge shtools
1 parent 6c7ecc2 commit 34c797c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ jobs:
244244
run: |
245245
conda info
246246
conda list
247-
conda install pyshtools # debug depends issues
248247
pip install -e ".[dev]" # install aspire
249248
pip freeze
250249
- name: Test

environment-accelerate.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ channels:
77
dependencies:
88
- pip
99
- python=3.8
10-
- pyshtools
1110
- numpy=1.24.1
1211
- scipy=1.10.1
1312
- scikit-learn

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ dependencies = [
4545
"pillow",
4646
"psutil",
4747
"pymanopt",
48-
"pyshtools<=4.10.4", # 4.11.7 might have a packaging bug
4948
"PyWavelets",
5049
"ray >= 2.9.2",
5150
"scipy >= 1.10.0",

0 commit comments

Comments
 (0)