Skip to content

Commit 6739c85

Browse files
committed
remove pyfma and gympy references
1 parent adc7310 commit 6739c85

6 files changed

Lines changed: 1 addition & 112 deletions

File tree

ci/asv.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ dependencies:
3333
- hvplot
3434
- pip:
3535
- antimeridian
36-
- git+https://github.com/philipc2/pyfma.git # fix until https://github.com/nschloe/pyfma/pull/17 is merged
3736
- -e ../

ci/docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ dependencies:
4040
- geopandas
4141
- pip:
4242
- antimeridian
43-
- git+https://github.com/philipc2/pyfma.git # fix until https://github.com/nschloe/pyfma/pull/17 is merged

ci/environment.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,3 @@ dependencies:
3737
- geopandas
3838
- xarray
3939
- asv
40-
- pip:
41-
- git+https://github.com/philipc2/pyfma.git # fix until https://github.com/nschloe/pyfma/pull/17 is merged

ci/install-upstream.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ conda remove -y --force \
77
dask \
88
datashader \
99
distributed \
10-
gmpy2 \
1110
holoviews \
1211
numpy \
1312
pandas \

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ dependencies = [
4848
# minimal dependencies end
4949

5050
[project.optional-dependencies]
51-
complete = ["uxarray[math, dev]"]
52-
math = ['gmpy2']
51+
complete = ["uxarray[dev]"]
5352
dev = ['pathlib', 'pre_commit', 'pytest', 'pytest-cov', 'ruff', 'asv']
5453

5554
[project.urls]

test/test_computing.py

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)