Skip to content

Commit bfa445b

Browse files
committed
Remove version lock
1 parent 8a63e2e commit bfa445b

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ requests==2.22.0
1515
shapely
1616
tqdm
1717
typeguard==2.13.3
18-
typing-extensions==4.5.0
18+
typing-extensions==4.5.0
19+
numpy

setup.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,8 @@
2020
url="https://labelbox.com",
2121
packages=setuptools.find_packages(),
2222
install_requires=[
23-
"backoff==1.10.0",
24-
"requests>=2.22.0",
25-
"google-api-core>=1.22.1",
26-
"pydantic>=1.8,<2.0",
27-
"tqdm",
28-
"python-dateutil>=2.8.2,<2.9.0",
29-
'numpy==1.21.6; python_version<"3.8"',
30-
'numpy~=1.23.5; python_version=="3.8"',
31-
'numpy~=1.25.0; python_version>"3.8"',
23+
"backoff==1.10.0", "requests>=2.22.0", "google-api-core>=1.22.1",
24+
"pydantic>=1.8,<2.0", "tqdm", "python-dateutil>=2.8.2,<2.9.0"
3225
],
3326
extras_require={
3427
'data': [

0 commit comments

Comments
 (0)