Skip to content

Commit 781a019

Browse files
Merge pull request #91 from baagaard-usgs/update-dependency-requirements
Update requirements for Python (3.8) and pythia (1.1.0).
2 parents 250cc97 + 15ff04a commit 781a019

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
## Version 3.1.0 (2023/12/11)
1+
## Version 3.1.0 (2023/12/13)
22

33
* Add `AnalyticDB` for a spatial database composed of analytic functions.
44
* Add `CSGeoLocal` for local rotated geographic coordinate systems.
55
* Switch from CppUnit to Catch2 for C++ testing framework.
66
* Bugfixes
77
- Update spatial database validateParameters() to use correct data member (self.label -> self.description).
8+
* Update Pyre requirement to version 1.1.0.
9+
* Update Python requirement to version 3.8 or later.
810

911
## Version 3.0.0 (2022/06/06)
1012

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@ fi
9393
AM_CONDITIONAL([ENABLE_SCEC_CVM_H], [test "$enable_scec_cvm_h" != no])
9494

9595
dnl Check for Python modules and packages.
96-
AM_PATH_PYTHON([3.6])
96+
AM_PATH_PYTHON([3.8])
9797
AC_ARG_VAR(PYTHON, [Python interpreter])
9898
AC_ARG_VAR(PYTHONPATH, [Python module search path])
9999
CIT_PYTHON_SYSCONFIG
100100
CIT_CHECK_PYTHON_HEADER
101101
CIT_CHECK_PYTHON_SHARED
102102

103103
dnl PYTHIA/PYRE
104-
CIT_PYTHON_MODULE([pythia],[1.0.0])
104+
CIT_PYTHON_MODULE([pythia],[1.1.0])
105105

106106
dnl NUMPY
107107
CIT_NUMPY_PYTHON_MODULE

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = MIT
1212
url = https://geodynamics.org/resources/spatialdata
1313

1414
[options]
15-
python_requires = >=3.6
15+
python_requires = >=3.8
1616

1717
packages = find:
1818

0 commit comments

Comments
 (0)