Skip to content

Commit

Permalink
feat: update dependencies and fix legacy documents
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Sep 17, 2024
1 parent 3d97d43 commit a9660d6
Show file tree
Hide file tree
Showing 9 changed files with 1,195 additions and 11 deletions.
88 changes: 86 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.19.2", features = ["abi3-py39"] }
rand = "0.8.5"
time = "0.3.36"
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ Secondly, regarding the cross-platform robot framework, it is primarily based on

To avoid any potential disputes or misunderstandings, we have listed the licenses of the projects we have used and express our gratitude towards them. Please see `credits.pdf`_.

*Cite This Software*

.. code:: bibtex
@inproceedings{Hsiang_IamAI_A_Python_2023,
author = {Hsiang, Nianian},
month = aug,
pages = {1--10},
publisher = {Association for AICMUniversity},
title = {{IamAI: A Python Library for Artificial Intelligence and RobotFramework}},
url = {https://pub.aicmu.ac.cn},
year = {2023}
}
----

`MIT`_ © 2023-PRESENT `Retro for Wut?`_.
Expand Down
Loading

0 comments on commit a9660d6

Please sign in to comment.