Skip to content
Snippets Groups Projects
Commit 4d6198b8 authored by Omid Hosseini's avatar Omid Hosseini
Browse files

Fix the build issue

parent c7b0c07f
Branches 45-fix-build-issue-for-the-new-conda-build-version
No related tags found
1 merge request!28Resolve "FIx build issue for the new conda-build version"
Pipeline #4259 failed with stage
in 2 minutes and 12 seconds
package:
name: rt2ms
version: 2023.4.2.0
version: 2023.4.2.1
source:
path: ../
......@@ -13,6 +13,7 @@ requirements:
build:
- python >=3.9
- pip
- setuptools
run:
- python >=3.9
- obspy >=1.3.0
......
......@@ -4,4 +4,4 @@
__author__ = """IRIS PASSCAL"""
__email__ = 'software-support@passcal.nmt.edu'
__version__ = '2023.4.2.0'
__version__ = '2023.4.2.1'
......@@ -4,4 +4,4 @@
__author__ = """IRIS PASSCAL"""
__email__ = 'software-support@passcal.nmt.edu'
__version__ = '2023.4.2.0'
__version__ = '2023.4.2.1'
......@@ -49,6 +49,6 @@ setup(
name='rt2ms',
packages=find_packages(include=['rt2ms_py3', 'obspy_replace']),
url='https://git.passcal.nmt.edu/software_public/passoft/rt2ms_py3',
version='2023.4.2.0',
version='2023.4.2.1',
zip_safe=False,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment