Skip to content

Commit 7a55aab

Browse files
gaugupamit-sharma
andauthored
Add newer python versions to builds (#449)
* Add newer python versions to builds Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> * Remove upper bound on tensorflow Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> * updated pandas pin Signed-off-by: Amit Sharma <amit_sharma@live.com> --------- Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> Signed-off-by: Amit Sharma <amit_sharma@live.com> Co-authored-by: Amit Sharma <amit_sharma@live.com>
1 parent d70e155 commit 7a55aab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/notebook-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
20-
python-version: ["3.9", "3.10", "3.11"]
20+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2121
os: [ubuntu-latest, macos-latest]
2222

2323
steps:

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
20-
python-version: ["3.9", "3.10", "3.11"]
20+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2121
os: [ubuntu-latest, macos-latest, windows-latest]
2222

2323
steps:

requirements-deeplearning.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
tensorflow>=1.13.1,<2.16.1
1+
tensorflow>=1.13.1
22
torch

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
jsonschema
22
numpy # if you are using tensorflow 1.x, it requires numpy<=1.16
3-
pandas<2.0.0
3+
pandas>=2.0.0
44
scikit-learn
55
tqdm
66
raiutils>=0.4.0

0 commit comments

Comments
 (0)