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

Resolve "FIx build issue for the new conda-build version"

parent e41753da
No related branches found
No related tags found
2 merge requests!45Draft: I63 remove unused modules,!41Resolve "FIx build issue for the new conda-build version"
package: package:
name: nexus-passoft name: nexus-passoft
version: "2023.4.6.2" version: "2023.4.6.3"
source: source:
path: ../ path: ../
...@@ -17,6 +17,7 @@ requirements: ...@@ -17,6 +17,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.4.6.2' __version__ = '2023.4.6.3'
[bumpversion] [bumpversion]
current_version = 2023.4.0.0 current_version = 2023.4.6.3
commit = True commit = True
tag = True tag = True
......
...@@ -52,6 +52,6 @@ setup( ...@@ -52,6 +52,6 @@ setup(
packages=find_packages(include=['nexus']), packages=find_packages(include=['nexus']),
test_suite='tests', test_suite='tests',
url='https://git.passcal.nmt.edu/software_public/passoft/nexus', url='https://git.passcal.nmt.edu/software_public/passoft/nexus',
version='2023.4.6.2', version='2023.4.6.3',
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