Skip to content

Commit

Permalink
theme
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Feb 11, 2024
1 parent 1e19b74 commit ea7bf7c
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 87 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -1,6 +1,10 @@
*.py[cod]
__pycache__
.vscode
savefig
.eggs
dist/
sg_execution_times.rst

# PyCharm stuffs
.idea/
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.rst
Expand Up @@ -6,7 +6,7 @@ license. Salem uses short parts of the code of the "xarray", "descartes" and
"NCL" libraries (when this is the case, this is indicated in the function's
docstring). Their licenses are reproduced in the salem/licenses directory.

Copyright (c) 2014-2021, Fabien Maussion and Salem Development Team
Copyright (c) 2014-2024, Fabien Maussion and Salem Development Team
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
1 change: 0 additions & 1 deletion ci/requirements-py311-all.yml
Expand Up @@ -3,7 +3,6 @@ channels:
- conda-forge
dependencies:
- python=3.11
- six
- numpy
- scipy
- pyproj
Expand Down

0 comments on commit ea7bf7c

Please sign in to comment.