Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherbunn committed Sep 22, 2023
1 parent cfe7a2d commit 08721d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lime==0.2.0.1
matplotlib==3.3.3
networkx==2.6
nlp-primitives==2.9.0
numpy==1.21.0
numpy==1.22.0
packaging==23.0
pandas==1.5.0
plotly==5.0.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ keywords = ["data science", "machine learning", "optimization", "automl"]
license = {file = "LICENSE"}
requires-python = ">=3.8,<4"
dependencies = [
"numpy >= 1.21.0",
"numpy >= 1.22.0",
"pandas >= 1.5.0, < 2.1.0",
"scipy >= 1.5.0",
"scikit-learn >= 1.3.0",
Expand Down

0 comments on commit 08721d2

Please sign in to comment.