Skip to content

Commit 0759503

Browse files
committed
Extend numpy version range to support Python 3.9
1 parent 7f1c020 commit 0759503

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crawl4ai/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .async_webcrawler import AsyncWebCrawler
44
from .models import CrawlResult
55

6-
__version__ = "0.3.2"
6+
__version__ = "0.3.3"
77

88
__all__ = [
99
"AsyncWebCrawler",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ aiosqlite==0.20.0
22
html2text==2024.2.26
33
lxml==5.3.0
44
litellm==1.48.0
5-
numpy==2.1.1
5+
numpy>=1.26.0,<2.1.1
66
pillow==10.4.0
77
playwright==1.47.0
88
python-dotenv==1.0.1

0 commit comments

Comments
 (0)