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

Fix the build issue

parent 70ea6405
No related branches found
No related tags found
1 merge request!13Resolve "FIx build issue for the new conda-build version"
Pipeline #4251 passed with stage
in 45 seconds
package: package:
name: refscrub name: refscrub
version: 2023.2.0.0 version: 2023.2.0.1
source: source:
path: ../ path: ../
...@@ -13,6 +13,7 @@ requirements: ...@@ -13,6 +13,7 @@ requirements:
build: build:
- python >=3.9 - python >=3.9
- pip - pip
- setuptools
run: run:
- python >=3.9 - python >=3.9
......
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
__author__ = """IRIS PASSCAL""" __author__ = """IRIS PASSCAL"""
__email__ = 'software-support@passcal.nmt.edu' __email__ = 'software-support@passcal.nmt.edu'
__version__ = '2023.2.0.0' __version__ = '2023.2.0.1'
...@@ -28,7 +28,7 @@ import struct ...@@ -28,7 +28,7 @@ import struct
import sys import sys
from os.path import basename, getsize, isfile from os.path import basename, getsize, isfile
PROG_VERSION = '2023.2.0.0' PROG_VERSION = '2023.2.0.1'
VERBOSE = False VERBOSE = False
EXTRACT = False EXTRACT = False
SUMMARY_FILE = 'scrubsum.txt' SUMMARY_FILE = 'scrubsum.txt'
......
...@@ -43,6 +43,6 @@ setup( ...@@ -43,6 +43,6 @@ setup(
name='refscrub', name='refscrub',
packages=find_packages(include=['refscrub']), packages=find_packages(include=['refscrub']),
url='https://git.passcal.nmt.edu/software_public/passoft/refscrub', url='https://git.passcal.nmt.edu/software_public/passoft/refscrub',
version='2023.2.0.0', version='2023.2.0.1',
zip_safe=False, 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