Skip to content

Commit

Permalink
Merge pull request #223 from sandialabs/dev
Browse files Browse the repository at this point in the history
dev
  • Loading branch information
mrbuche authored Feb 6, 2024
2 parents 34887e1 + 0c4a71b commit 0eb35cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ extern = []
python = ["dep:numpy", "dep:pyo3"]

[dependencies]
numpy = {version = "0.19", optional = true}
pyo3 = {version = "0.19", features = ["extension-module"], optional = true}
numpy = {version = "0.20", optional = true}
pyo3 = {version = "0.20", features = ["extension-module"], optional = true}
rand = "0.8.5"
rand_distr = "0.4.3"

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM julia:1.10.0 as julia
FROM julia:1.10 as julia
FROM python:3.12
WORKDIR /
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ DocStringExtensions = "0.9"
Documenter = "0.27"
JuliaFormatter = "1.0"
Polymers_jll = "0.3.6"
julia = "1.6 - 1.9"
julia = "1"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
{email = "[email protected]"},
{name = "Michael R. Buche"}
]
requires-python = ">=3.7,<=3.12"
requires-python = ">=3.7,<3.13"
dependencies = ["cffi", "maturin", "numpy"]
classifiers = [
'License :: OSI Approved :: BSD License',
Expand Down

0 comments on commit 0eb35cb

Please sign in to comment.