Skip to content

Commit aac5ee7

Browse files
committed
no need to pin pyparsing
1 parent 79bba99 commit aac5ee7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ matplotlib
77
numpy>=1.18.5
88
opencv-python-headless==4.8.0.74
99
Pillow>=7.1.2
10-
pyparsing==2.4.7
1110
python-dateutil
1211
python-dotenv
1312
requests

roboflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from roboflow.models import CLIPModel, GazeModel # noqa: F401
1515
from roboflow.util.general import write_line
1616

17-
__version__ = "1.1.15"
17+
__version__ = "1.1.16"
1818

1919

2020
def check_key(api_key, model, notebook, num_retries=0):

0 commit comments

Comments
 (0)