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

Fix the build issue

parent 117745de
No related branches found
No related tags found
1 merge request!11Resolve "FIx build issue for the new conda-build version"
Pipeline #4235 passed with stage
in 20 seconds
package: package:
name: data2passcal name: data2passcal
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'
...@@ -34,7 +34,7 @@ try: ...@@ -34,7 +34,7 @@ try:
except ImportError: except ImportError:
from urllib2 import urlopen from urllib2 import urlopen
VERSION = '2023.2.0.0' VERSION = '2023.2.0.1'
# FTP related # FTP related
......
...@@ -44,6 +44,6 @@ setup( ...@@ -44,6 +44,6 @@ setup(
name='data2passcal', name='data2passcal',
packages=find_packages(include=['data2passcal']), packages=find_packages(include=['data2passcal']),
url='https://git.passcal.nmt.edu/software_public/passoft/data2passcal', url='https://git.passcal.nmt.edu/software_public/passoft/data2passcal',
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