Skip to content

Commit

Permalink
Update pyproject.toml #121
Browse files Browse the repository at this point in the history
  • Loading branch information
niinina committed Nov 25, 2024
1 parent 8d5ee91 commit 4024bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ dependencies = [
'matplotlib >= 3.8.2',
"memote>=0.17.0",
"multiprocess>=0.70.16",
"numpy>=1.20.3,<2.0.0", # @TODO wait for update? >2.0.0 not working properly
"numpy>=2.0.0",
"ols-client>=0.1.3",
"pandas>=1.2.4",
"pandas>=2.2.2",
'pyyaml>=6.0.1',
"ratelimit>=2.2.1",
'requests>=2.32.2',
Expand Down

0 comments on commit 4024bd4

Please sign in to comment.