Skip to content

Commit 2ca8d47

Browse files
authored
Update requirements.txt (#128)
* Update requirements.txt Now looking for numpy>=1.26.1 * Update setup.cfg * Update setup.py * Update pyproject.toml * Update setup.cfg * Update setup.py * Update requirements.txt
1 parent 7e3ae40 commit 2ca8d47

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = ["Jack Hopkins <[email protected]>", "Mart Bakler <[email protected]
1414
python = "^3.8"
1515
appdirs= "1.4.4"
1616
openai = "0.28.1"
17-
numpy = "1.24.4"
17+
numpy = "1.17.3"
1818
python-dotenv= "1.0.0"
1919
bitarray = "2.8.2"
2020
pydantic = "^1.0.0"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
appdirs~=1.4.4
22
openai==1.3.5
3-
numpy~=1.26.1
3+
numpy>=1.17.3
44
python-dotenv==1.0.0
55
bitarray==2.8.2
66
pydantic
7-
requests~=2.31.0
7+
requests~=2.31.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install_requires =
2121
pydantic>=1.8.2
2222
appdirs~=1.4.4
2323
openai==1.3.5
24-
numpy~=1.24.4
24+
numpy>=1.17.3
2525
python-dotenv==1.0.0
2626
bitarray==2.8.2
2727
pydantic>1.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
install_requires=[
1919
"appdirs~=1.4.4",
2020
"openai==1.3.5",
21-
"numpy~=1.26.1",
21+
"numpy>=1.17.3",
2222
"python-dotenv==1.0.0",
2323
"bitarray==2.8.2",
2424
"pydantic>1.0.0",

0 commit comments

Comments
 (0)