Skip to content

Commit d010366

Browse files
committed
add ipp
1 parent 3f93fda commit d010366

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

geoCosiCorr3D.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies:
3737
- mypy==0.910
3838
- regex
3939
- requests
40+
- ipp
4041
- -e .
4142

4243

geoCosiCorr3D_DK.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies:
3737
- mypy==0.910
3838
- regex
3939
- requests
40+
- ipp
4041
- -e .
4142

4243

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = geoCosiCorr3D
3-
version = 2.2.5
3+
version = 2.2.6
44
author = Saif Aati
55
author_email = saif@caltech.edu, saifaati@gmail.com
66
description = Geospatial COSI-Corr 3D
@@ -12,7 +12,7 @@ platform = unix, linux, win64, osx
1212
classifiers =
1313
programming Language :: Python :: 3.7
1414

15-
license : GNU General Public License v3 (GPLv3)
15+
license : GNU General Public License v3 (GPLv3)
1616
license_file = LICENSE
1717

1818
[options]
@@ -25,7 +25,7 @@ python_requires = >=3.7
2525
zip_safe = no
2626
[options.extras_require]
2727
testing =
28-
pytes>=6.0
28+
pytest>=6.0
2929
pytest-cov>=2.0
3030
mypy>=0.910
3131
flake8>=3.9

0 commit comments

Comments
 (0)