Skip to content

Commit

Permalink
specify numpy beta 1 in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Apr 15, 2024
1 parent c92c1ad commit 8fdb249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ keywords = [
requires-python = ">=3.11"
dependencies = [
"lightning >= 2.0",
"numpy",
"numpy==2.0.0b1",
"pandas",
"rdkit",
"scikit-learn",
Expand Down

0 comments on commit 8fdb249

Please sign in to comment.