-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version and dependencies (#362)
* update version * add yml for osx * modify yml files * clean up
- Loading branch information
1 parent
66951bb
commit 78638bd
Showing
10 changed files
with
460 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
FROM continuumio/miniconda3:4.6.14 | ||
|
||
LABEL maintainer="[email protected]" | ||
LABEL version="2.2.0" | ||
LABEL version="2.3.0" | ||
|
||
# Copy the entire project dir because we'll install from source. | ||
COPY . . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import os | ||
import sys | ||
|
||
__version__ = 'v2.2.0' | ||
__version__ = 'v2.3.0' | ||
INSTALL_PATH = os.path.join(sys.prefix, 'share/e3sm_diags/') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.