Skip to content

Commit

Permalink
Drop old python
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittler committed Jan 25, 2024
1 parent 950cf86 commit 8ce2b1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ scipy>=1.5.2
six>=1.15.0
Sphinx>=3.2.1
sphinx-autoapi>=1.4.0
tensorflow>=2.4.1
tensorflow>=2.4.1,<=2.14.1
tensorflow-estimator>=2.4.0
tensorflow-probability>=0.12.1
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
"Operating System :: Microsoft :: Windows :: Windows 10",
"Operating System :: Unix",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.7",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Physics",
],
Expand All @@ -41,9 +39,9 @@
"rich>=9.2.0",
"numpy>=1.23.1",
"scipy>=1.5.2",
"tensorflow==2.11.0",
"tensorflow>=2.4.1,<=2.14.1",
"tensorflow-estimator>=2.4.0",
"tensorflow-probability>=0.12.1",
],
python_requires="~=3.7",
python_requires="~=3.9",
)

0 comments on commit 8ce2b1d

Please sign in to comment.