Skip to content

Commit

Permalink
Update requirements for latest spack stack (JCSDA-internal#168)
Browse files Browse the repository at this point in the history
Co-authored-by: danholdaway <danholdaway@users.noreply.github.com>
  • Loading branch information
danholdaway and danholdaway authored Dec 11, 2023
1 parent 4cfc04d commit bece9d2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,4 @@ dmypy.json
# Swap files
*.swp
*.swo
._*
25 changes: 0 additions & 25 deletions requirements-spackstack1.4.txt

This file was deleted.

5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ xarray>=2022.3.0
pandas>=1.4.0
numpy>=1.22.3

# Not explicitly part of eva but dependcies of eva dependencies already in spack-stack
# versions need to be set to avoid other versions being picked
pyproj==3.1.0
importlib-metadata==4.8.2

# Additional packages
git+https://github.com/NOAA-EMC/emcpy.git@9b6756341e9ae963baa7d3a256b8ada3da688d04#egg=emcpy
scikit-learn
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setuptools.setup(
name='eva',
version='1.6.0',
version='1.6.1',
author='Community owned code',
description='Evaluation and Verification of an Analysis',
url='https://github.com/JCSDA-internal/eva',
Expand Down

0 comments on commit bece9d2

Please sign in to comment.