Skip to content

Commit 759f570

Browse files
committed
Update dependencies, remove CITATION and replace with comment in README
1 parent e2f8704 commit 759f570

File tree

5 files changed

+13
-56
lines changed

5 files changed

+13
-56
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
environment:
3434
name: test_pypi
35-
url: https://test.pypi.org/p/{your-module-name}
35+
url: https://test.pypi.org/p/simvue-tensorflow
3636
permissions:
3737
id-token: write
3838
steps:
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
environment:
5656
name: pypi
57-
url: https://pypi.org/p/{your-module-name}
57+
url: https://pypi.org/p/simvue-tensorflow
5858
permissions:
5959
id-token: write
6060
steps:
@@ -105,7 +105,7 @@ jobs:
105105
gh release create
106106
'${{ github.ref_name }}'
107107
--notes "$LATESTCHANGES"
108-
--title 'Simvue ${{ github.ref_name }}'
108+
--title 'TensorFlow Plugin ${{ github.ref_name }}'
109109
--repo '${{ github.repository }}'
110110
- name: Upload artifact signatures to GitHub Release
111111
env:

CITATION.cff

Lines changed: 0 additions & 47 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,7 @@ results = model.evaluate(
122122
## License
123123

124124
Released under the terms of the [Apache 2](https://github.com/simvue-io/client/blob/main/LICENSE) license.
125+
126+
## Citation
127+
128+
To reference Simvue, please use the information outlined in this [citation file](https://github.com/simvue-io/python-api/blob/dev/CITATION.cff).

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "simvue-tensorflow"
3-
version = "1.0.0a1"
3+
version = "1.0.0"
44
description = "Plugin to allow you to easily add Simvue tracking and monitoring to the training of Tensorflow ML models."
55
authors = [
66
{name = "Matt Field",email = "[email protected]"}
77
]
88
readme = "README.md"
99
requires-python = ">=3.10,<3.14"
1010
dependencies = [
11-
"simvue (==2.0.0a3)",
11+
"simvue (>=2.0.0)",
1212
"tensorflow (>=2.18.0,<3.0.0)",
1313
]
1414
classifiers = [

0 commit comments

Comments
 (0)