Skip to content

Commit

Permalink
Fix/zenodo compatibility (#31)
Browse files Browse the repository at this point in the history
* Correcting zenodo license problem and other issues

* Fixing package version

* Defining range of compatible xarray
  • Loading branch information
jdiasn authored Sep 9, 2022
1 parent 04188e0 commit e8d9f36
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
7 changes: 3 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ authors:
family-names: Castelao
affiliation: Scripps Institution of Oceanography - UC San Diego
orcid: https://orcid.org/0000-0002-6765-0708
version:
doi:
date-released:
version: 0.1.4
doi: 10.5281/zenodo.7026548
repository-code: https://github.com/jdiasn/lidarSuit
license: BSD-3 Clause
license: BSD-3-Clause
7 changes: 7 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ channels:

dependencies:
- python=3.8
- xarray=2022.3.0
- xrft=0.4.1
- pandas=1.4.2
- numpy=1.22.3
- netCDF4=1.5.8
- matplotlib=3.5.1
- click=8.1.2
- pip
- pip:
- lidarSuit
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ classifiers=[
]
dependencies = [
"xrft>=0.3.0",
"xarray==2022.3.0",
"xarray>=0.19.0,~=2022.3.0",
"pandas>=1.3.3",
"numpy>=1.20.3",
"netCDF4 >= 1.5",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
xrft>=0.3.0
xarray==2022.3.0
xarray>=0.19.0,~=2022.3.0
pandas>=1.3.3
numpy>=1.20.3
matplotlib>=3.4.3
matplotlib>=3.4.3

0 comments on commit e8d9f36

Please sign in to comment.