Skip to content

Commit

Permalink
fix: tensorflow version set to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoMagnini committed Jun 5, 2024
1 parent e30a4de commit f063a06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- windows-latest
- macos-latest
python-version:
- '3.9.12'
- '3.10.11'
- '3.9.13'
runs-on: ${{ matrix.os }}
name: Run tests on Python ${{ matrix.python-version }}, on ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build>=0.6.0
twine>=3.4.2
2ppy>=0.4.0
tensorflow>=2.7.0,<2.17.0
tensorflow==2.7.0
numpy>=1.22.3
pandas>=1.4.2
scikit-learn>=1.0.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def run(self):
include_package_data=True,
python_requires='>=3.9.0, <3.10',
install_requires=[
'tensorflow>=2.7.0,<2.17.0',
'tensorflow==2.7.0',
'numpy>=1.22.3',
'2ppy>=0.4.0',
'scikit-learn>=1.0.2',
Expand Down

0 comments on commit f063a06

Please sign in to comment.