Skip to content

Commit

Permalink
fix dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Georget committed Dec 26, 2024
1 parent 27a4dd0 commit 91cf1a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM python:3.12.8-slim
RUN pip install nucs
RUN pip install --no-cache-dir nucs
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
dependencies = [
"numba==0.60.0",
"numpy==2.0.1",
"rich==13.9.4"
]
[project.urls]
Homepage = "https://github.com/yangeorget/nucs"
Expand Down

0 comments on commit 91cf1a1

Please sign in to comment.