Skip to content

Commit

Permalink
set version for tfdataset, update readme and github action
Browse files Browse the repository at this point in the history
  • Loading branch information
MFA-X-AI committed Jan 25, 2024
1 parent 2cd735b commit bd209f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/run-workflow-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: ubuntu-latest
env:
TEST_XIRCUITS: |
examples/example.xircuits
examples/KerasTrainImageClassifier.xircuits
examples/KerasModelPredict.xircuits
steps:
- name: Checkout Repository
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "xircuits-component-library-template"
name = "xai-tensorflow-keras"
version = "0.1.0"
description = "A brief description of your component library"
authors = [{ name = "Your Name", email = "[email protected]" }]
description = "Xircuits component library for Tensorflow Keras."
authors = [{ name = "XpressAI", email = "[email protected]" }]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/yourrepo/your-library"
keywords = ["xircuits", "machine learning", "database", "data processing", "xircuits"]
repository = "https://github.com/XpressAI/xai-pytorch"
keywords = ["xircuits", "tensorflow", "keras", "deep learning", "transfer learning"]

# Xircuits-specific configurations
[tool.xircuits]
default_example_path = "examples/example.xircuits"
default_example_path = "examples/KerasModelPredict.xircuits"
requirements_path = "requirements.txt"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tensorflow
tensorflow-datasets
tensorflow-datasets==4.9.2
numpy
scikit-learn
opencv-python
Expand Down

0 comments on commit bd209f7

Please sign in to comment.