Skip to content

Commit 347168a

Browse files
authored
Silas update example dependencies (#1334)
1 parent c107405 commit 347168a

File tree

5 files changed

+25
-19
lines changed

5 files changed

+25
-19
lines changed

pgml-sdks/pgml/javascript/examples/package-lock.json

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pgml-sdks/pgml/javascript/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"license": "ISC",
1111
"dependencies": {
1212
"dotenv": "^16.3.1",
13-
"pgml": "^0.9.0"
13+
"pgml": "^1.0.0"
1414
}
1515
}

pgml-sdks/pgml/javascript/examples/webpack/package-lock.json

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pgml-sdks/pgml/javascript/examples/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
},
1717
"dependencies": {
1818
"dotenv": "^16.3.1",
19-
"pgml": "^0.9.1"
19+
"pgml": "^1.0.0"
2020
}
2121
}

pgml-sdks/pgml/python/examples/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ multiprocess==0.70.15
1818
numpy==1.25.2
1919
packaging==23.1
2020
pandas==2.0.3
21-
pgml==0.9.0
21+
pgml==1.0.0
2222
pyarrow==13.0.0
2323
Pygments==2.16.1
2424
python-dateutil==2.8.2

0 commit comments

Comments
 (0)