Skip to content

Commit

Permalink
Merge pull request #54 from UofU-Cryosphere/OS_X_install
Browse files Browse the repository at this point in the history
Updates for install
  • Loading branch information
jomey authored Dec 28, 2023
2 parents a962615 + 13c6684 commit 85cd282
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conda/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- cftime=1.5.2
- coloredlogs
- cython
- dateparser=0.7.4
- dateparser=0.7.2
- gcc=8.5.0
- make
- nco
Expand Down
31 changes: 31 additions & 0 deletions conda/environment_Mac_OSX.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: isnoda
channels:
- conda-forge
dependencies:
- beautifulsoup4
- cfgrib
- cftime=1.5.2
- clang_osx-64=12
- coloredlogs
- cython
- dateparser=0.7.2
- llvm-openmp
- make
- numpy=1.20.3
- openmpi=4
- pandas=1.3.5
- pip
- progressbar2
- pykrige
- python=3.7
- pytz
- pyyaml
- regex=2020.2.20
- requests
- scipy[version='<1.7.0']
- setuptools_scm[version='<4.2']
- siphon
- urllib3
- utm
- xarray=0.15.1

0 comments on commit 85cd282

Please sign in to comment.