Skip to content

Commit f444cdd

Browse files
committed
[CLN] Update package requirements and version
Cleaned up the required packages across base, dev, and optional requirements.txt, with a minor fix in the syntax. Replaced a hard-coded github's requirement link in the dev-requirements.txt with the package name to improve compatibility. Also, updated the software version in _version.py.
1 parent 0ca36d5 commit f444cdd

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

gempy/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
__version_tuple__: VERSION_TUPLE
1313
version_tuple: VERSION_TUPLE
1414

15-
__version__ = version = '2024.1.1.dev0+gf7526f54.d20240415'
16-
__version_tuple__ = version_tuple = (2024, 1, 1, 'dev0', 'gf7526f54.d20240415')
15+
__version__ = version = '2024.1.3.dev0+g0ca36d5d.d20240429'
16+
__version_tuple__ = version_tuple = (2024, 1, 3, 'dev0', 'g0ca36d5d.d20240429')

requirements/base-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- r requirements.txt
1+
-r requirements.txt
22

33
# This install matplotlib
44
gempy_viewer==2024.1.2

requirements/dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r optional-requirements.txt
22

33
pytest
4-
git+https://github.com/terranigma-solutions/subsurface.git#egg=subsurface # This does not work with the extra requires in setup.py
4+
subsurface
55

66
# Testing
77
pytest-approvaltests

requirements/optional-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
gempy_plugins
44

5-
pooch # for data download
5+
# for data download
6+
pooch
67
scipy
78
scikit-image

0 commit comments

Comments
 (0)