Skip to content

Commit

Permalink
Merge pull request #180 from RemoteSensingTools/geoschem
Browse files Browse the repository at this point in the history
CUAD and Geoschem
  • Loading branch information
cfranken authored Dec 18, 2024
2 parents b80aace + a4efd08 commit 0bb3489
Show file tree
Hide file tree
Showing 25 changed files with 380 additions and 1,778 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/AutomatedTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.9.3','1.10.2' ]
julia-version: ['1.11.2' ]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- name: Set up Julia
uses: julia-actions/setup-julia@v1
with:
version: '1.7'
version: '1.11'
- name: Install Dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.instantiate();'
run: julia --project=docs/ -e 'using Pkg; Pkg.instantiate();Pkg.develop(path="./")';
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Manifest.toml
*.dat
*.mpi
*.gif
docs/Manifest.toml

docs/build/*
src/Absorption/local_only
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"

[compat]
CUDA = "4, 5"
CanopyOptics = "0.1"
DataInterpolations = "3.6, 4"
CUDA = "5.5"
CanopyOptics = "0.1.4"
DataInterpolations = "4"
DelimitedFiles = "1"
DiffResults = "1.0"
Distributions = "0.23, 0.24, 0.25"
Expand Down Expand Up @@ -78,7 +78,7 @@ UnitfulEquivalences = "0.2"
WignerSymbols = "2"
YAML = "0.4"
UnicodePlots = "3"
julia = "1.6,1.7,1.8,1.9,1.10"
julia = "1.8,1.9,1.10"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
Loading

0 comments on commit 0bb3489

Please sign in to comment.