Skip to content

Commit

Permalink
Merge pull request #134 from VirtualBrainLab/dependabot/pip/API/numpy…
Browse files Browse the repository at this point in the history
…-gte-1.24.3-and-lt-1.27.0

chore(deps): update numpy requirement from <1.26.0,>=1.24.3 to >=1.24.3,<1.27.0 in /API
  • Loading branch information
dbirman authored Sep 30, 2023
2 parents 66a7456 + caedc1a commit 409294a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion API/oursin.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python-socketio[client]<5.10,>=5.8
numpy<1.26.0,>=1.24.3
numpy>=1.24.3,<1.27.0
Pillow<10.1,>=9.5
2 changes: 1 addition & 1 deletion API/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
]
dependencies = [
"python-socketio[client] >= 5.8,< 5.10",
"numpy >= 1.24.3,< 1.26.0",
"numpy >= 1.24.3,< 1.27.0",
"Pillow >= 9.5,< 10.1"
]

Expand Down

0 comments on commit 409294a

Please sign in to comment.