27 lines
423 B
TOML
27 lines
423 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
jupyterlab = "*"
|
|
pandas = "*"
|
|
numpy = "*"
|
|
scikit-learn = "*"
|
|
sklearn-pandas = "*"
|
|
matplotlib = "*"
|
|
<<<<<<< HEAD
|
|
notebook-intelligence = "*"
|
|
jupyterlab-vim = "*"
|
|
=======
|
|
tensorflow = "*"
|
|
torch = "*"
|
|
torchvision = "*"
|
|
ultralytics = "*"
|
|
>>>>>>> a6f27a9 (123:x)
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.12"
|
|
# python_version = "3.13"
|