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

Fix the build issue

parent 66d9653b
No related branches found
No related tags found
1 merge request!20Resolve "FIx build issue for the new conda-build version"
Pipeline #4247 passed with stage
in 18 seconds
package:
name: lopt
version: 2023.2.0.0
version: 2023.2.0.1
source:
path: ../
......@@ -13,6 +13,7 @@ requirements:
build:
- python >=3.9
- pip
- setuptools
run:
- python >=3.9
......
......@@ -4,4 +4,4 @@
__author__ = """IRIS PASSCAL"""
__email__ = 'software-support@passcal.nmt.edu'
__version__ = '2023.2.0.0'
__version__ = '2023.2.0.1'
......@@ -43,6 +43,6 @@ setup(
name='lopt',
packages=find_packages(include=['lopt']),
url='https://git.passcal.nmt.edu/software_public/passoft/lopt',
version='2023.2.0.0',
version='2023.2.0.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