mirror of
https://github.com/actions/setup-python.git
synced 2024-11-10 05:41:06 +07:00
13 lines
169 B
TOML
13 lines
169 B
TOML
|
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
numpy = "1.22.3"
|
||
|
pandas = "1.4.2"
|
||
|
|
||
|
[dev-packages]
|
||
|
|
||
|
[requires]
|
||
|
python_version = "*"
|