Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/cffi-1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche authored Oct 14, 2024
2 parents bd27b96 + 3b0b89e commit 6df6ce7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
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 as julia
FROM julia:1.11 as julia
FROM python:3.12
WORKDIR /
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
Expand Down
10 changes: 3 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = ["maturin==1.7.0"]
build-backend = "maturin"
requires = ["maturin"]

[project]
name = "polymers"
Expand All @@ -9,12 +9,8 @@ authors = [
{email = "[email protected]"},
{name = "Michael R. Buche"}
]
requires-python = ">=3.8,<3.13"
dependencies = [
"cffi==1.17.1",
"maturin==1.7.0",
"numpy"
]
requires-python = ">=3.8,<=3.13"
dependencies = ["numpy"]
classifiers = [
'License :: OSI Approved :: BSD License',
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 6df6ce7

Please sign in to comment.