Skip to content

Commit f10d0e6

Browse files
authored
Merge pull request #104 from david-thrower/100-test-with-pandas-2-0-x-1-post-updates
100 test with pandas 2 0 x 1 post updates
2 parents 2aeebb8 + 170baf0 commit f10d0e6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Python application
55

66
on:
77
push:
8-
branches: [ "main", "99-add-a-validation-data-option-validation_data" ]
8+
branches: [ "main", "100-test-with-pandas-2-0-x-1-post-updates" ]
99

1010
permissions:
1111
contents: read

cerebros/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jaxlib==0.4.1
33
pendulum==2.1.2
44
tensorflow==2.12.0
55
numpy==1.23.5
6-
pandas==1.5.2
6+
pandas==2.0.3
77
pyvis==0.3.1
88
plotly==5.11.0
99
matplotlib==3.6.2

0 commit comments

Comments
 (0)