Skip to content

Commit

Permalink
Merge pull request #91 from baagaard-usgs/update-dependency-requirements
Browse files Browse the repository at this point in the history
Update requirements for Python (3.8) and pythia (1.1.0).
  • Loading branch information
baagaard-usgs authored Dec 14, 2023
2 parents 250cc97 + 15ff04a commit 781a019
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
## Version 3.1.0 (2023/12/11)
## Version 3.1.0 (2023/12/13)

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

## Version 3.0.0 (2022/06/06)

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ fi
AM_CONDITIONAL([ENABLE_SCEC_CVM_H], [test "$enable_scec_cvm_h" != no])

dnl Check for Python modules and packages.
AM_PATH_PYTHON([3.6])
AM_PATH_PYTHON([3.8])
AC_ARG_VAR(PYTHON, [Python interpreter])
AC_ARG_VAR(PYTHONPATH, [Python module search path])
CIT_PYTHON_SYSCONFIG
CIT_CHECK_PYTHON_HEADER
CIT_CHECK_PYTHON_SHARED

dnl PYTHIA/PYRE
CIT_PYTHON_MODULE([pythia],[1.0.0])
CIT_PYTHON_MODULE([pythia],[1.1.0])

dnl NUMPY
CIT_NUMPY_PYTHON_MODULE
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = MIT
url = https://geodynamics.org/resources/spatialdata

[options]
python_requires = >=3.6
python_requires = >=3.8

packages = find:

Expand Down

0 comments on commit 781a019

Please sign in to comment.