Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Jul 29, 2024
1 parent a6f80b9 commit f2982bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/resources/conda-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
#should be left out (and replaced with simple-build-system).
- compilers
- bash
- simple-build-system>=1.1.0
- simple-build-system>=1.2.6
- ncrystal
- mcpl
- matplotlib
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Operating System :: Unix",
]
dependencies = [
'simple-build-system >= 1.1.0'
'simple-build-system >= 1.2.6'
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion resources/conda_dgcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- compilers
- bash
- simple-build-dgcode >= 1.2.1
- simple-build-dgcode >= 1.3.0
- ncrystal
- mcpl
- matplotlib
Expand Down

0 comments on commit f2982bf

Please sign in to comment.