init uv project
This commit is contained in:
parent
b4e055cefb
commit
2de4c35ec8
|
@ -0,0 +1 @@
|
||||||
|
.ipynb_checkpoints
|
|
@ -0,0 +1 @@
|
||||||
|
3.11
|
|
@ -0,0 +1,6 @@
|
||||||
|
def main():
|
||||||
|
print("Hello from ai!")
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
|
@ -0,0 +1,17 @@
|
||||||
|
[project]
|
||||||
|
name = "ai"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = "Add your description here"
|
||||||
|
readme = "README.md"
|
||||||
|
requires-python = ">=3.11"
|
||||||
|
dependencies = [
|
||||||
|
"boto3>=1.37.11",
|
||||||
|
"jupyter>=1.1.1",
|
||||||
|
"keras>=3.9.0",
|
||||||
|
"matplotlib>=3.10.1",
|
||||||
|
"numpy>=2.2.3",
|
||||||
|
"opencv-python>=4.11.0.86",
|
||||||
|
"pandas>=2.2.3",
|
||||||
|
"scikit-learn>=1.6.1",
|
||||||
|
"seaborn>=0.13.2",
|
||||||
|
]
|
Loading…
Reference in New Issue