Skip to content

Commit

Permalink
Update requirements.txt (#128)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
JackHopkins authored Jan 24, 2024
1 parent 7e3ae40 commit 2ca8d47
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors = ["Jack Hopkins <[email protected]>", "Mart Bakler <[email protected]
python = "^3.8"
appdirs= "1.4.4"
openai = "0.28.1"
numpy = "1.24.4"
numpy = "1.17.3"
python-dotenv= "1.0.0"
bitarray = "2.8.2"
pydantic = "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
appdirs~=1.4.4
openai==1.3.5
numpy~=1.26.1
numpy>=1.17.3
python-dotenv==1.0.0
bitarray==2.8.2
pydantic
requests~=2.31.0
requests~=2.31.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install_requires =
pydantic>=1.8.2
appdirs~=1.4.4
openai==1.3.5
numpy~=1.24.4
numpy>=1.17.3
python-dotenv==1.0.0
bitarray==2.8.2
pydantic>1.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
install_requires=[
"appdirs~=1.4.4",
"openai==1.3.5",
"numpy~=1.26.1",
"numpy>=1.17.3",
"python-dotenv==1.0.0",
"bitarray==2.8.2",
"pydantic>1.0.0",
Expand Down

0 comments on commit 2ca8d47

Please sign in to comment.