Skip to content

Commit 0c289b0

Browse files
authored
Merge pull request #1721 from roboflow/feature/loose-numpy-dependency
Accept newest numpy in inference dependencies
2 parents 835efa6 + f65ebe3 commit 0c289b0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

inference/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.60.0"
1+
__version__ = "0.60.1rc2"
22

33

44
if __name__ == "__main__":

requirements/_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cachetools<6.0.0
55
cython~=3.0.0
66
python-dotenv~=1.0.0
77
fastapi>=0.100,<0.116 # be careful with upper pin - fastapi might remove support for on_event
8-
numpy>=2.0.0,<2.3.0
8+
numpy>=2.0.0,<2.3.5
99
opencv-python>=4.8.1.78,<=4.10.0.84
1010
opencv-contrib-python>=4.8.1.78,<=4.10.0.84 # Note: opencv-python considers this as a bad practice, but since our dependencies rely on both we pin both here
1111
pillow>=11.0,<12.0

requirements/requirements.sdk.http.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dataclasses-json~=0.6.0
33
opencv-python>=4.8.1.78,<=4.10.0.84
44
pillow>=11.0,<12.0
55
supervision>=0.26
6-
numpy>=2.0.0,<2.3.0
6+
numpy>=2.0.0,<2.3.5
77
aiohttp>=3.9.0,<=3.10.11
88
backoff~=2.2.0
99
py-cpuinfo~=9.0.0

requirements/requirements.test.integration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ requests
33
pytest
44
pillow
55
requests_toolbelt
6-
numpy>=2.0.0,<2.3.0
6+
numpy>=2.0.0,<2.3.5
77
pytest-retry<=1.6.3
88
structlog>=24.1.0,<25.0.0

0 commit comments

Comments
 (0)