Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
data2passcal
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Public
PASSOFT
data2passcal
Commits
6c6a773e
Commit
6c6a773e
authored
4 months ago
by
Omid Hosseini
Browse files
Options
Downloads
Patches
Plain Diff
Fix the build issue
parent
117745de
No related branches found
Branches containing commit
No related tags found
1 merge request
!11
Resolve "FIx build issue for the new conda-build version"
Pipeline
#4235
passed with stage
in 20 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
conda.recipe/meta.yaml
+2
-1
2 additions, 1 deletion
conda.recipe/meta.yaml
data2passcal/__init__.py
+1
-1
1 addition, 1 deletion
data2passcal/__init__.py
data2passcal/data2passcal.py
+1
-1
1 addition, 1 deletion
data2passcal/data2passcal.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
5 additions
and
4 deletions
conda.recipe/meta.yaml
+
2
−
1
View file @
6c6a773e
package
:
name
:
data2passcal
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
...
...
This diff is collapsed.
Click to expand it.
data2passcal/__init__.py
+
1
−
1
View file @
6c6a773e
...
...
@@ -4,4 +4,4 @@
__author__
=
"""
IRIS PASSCAL
"""
__email__
=
'
software-support@passcal.nmt.edu
'
__version__
=
'
2023.2.0.
0
'
__version__
=
'
2023.2.0.
1
'
This diff is collapsed.
Click to expand it.
data2passcal/data2passcal.py
+
1
−
1
View file @
6c6a773e
...
...
@@ -34,7 +34,7 @@ try:
except
ImportError
:
from
urllib2
import
urlopen
VERSION
=
'
2023.2.0.
0
'
VERSION
=
'
2023.2.0.
1
'
# FTP related
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
6c6a773e
...
...
@@ -44,6 +44,6 @@ setup(
name
=
'
data2passcal
'
,
packages
=
find_packages
(
include
=
[
'
data2passcal
'
]),
url
=
'
https://git.passcal.nmt.edu/software_public/passoft/data2passcal
'
,
version
=
'
2023.2.0.
0
'
,
version
=
'
2023.2.0.
1
'
,
zip_safe
=
False
,
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment