Skip to content

Commit

Permalink
Upgraded dependencies for python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
DiddiZ committed May 27, 2023
1 parent 5782bc0 commit 50cf2ff
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
packages=find_packages(exclude=["contrib", "docs", "tests"]),
python_requires=">=3.8, <4",
install_requires=[
"numpy~=1.21",
"scipy~=1.7.0",
"scikit-learn~=0.24.2",
"matplotlib~=3.4.2",
"seaborn~=0.11.1",
"pandas~=1.3.1",
"tensorflow~=2.8.0",
"tensorflow-probability~=0.15.0",
"keras~=2.8.0",
"sympy~=1.9",
"numpy~=1.23",
"scipy~=1.10",
"scikit-learn~=0.24",
"matplotlib~=3.4",
"seaborn~=0.11",
"pandas~=1.3",
"tensorflow~=2.12",
"tensorflow-probability~=0.20",
"keras~=2.12",
"sympy~=1.12",
"tqdm",
],
project_urls={
Expand Down

0 comments on commit 50cf2ff

Please sign in to comment.