diff options
| author | Fuwn <[email protected]> | 2025-12-09 23:16:23 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-12-09 23:16:23 -0800 |
| commit | 3ffcdb247df3f56c4c21c6fed83ee1af5fb94224 (patch) | |
| tree | 409fe42bb385ca73bd1b152623465ee098434179 /requirements.txt | |
| download | mathematicalstatisticsproject-main.tar.xz mathematicalstatisticsproject-main.zip | |
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e5b3df3 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,13 @@ +requests>=2.31.0 +radon>=6.0.1 +lizard>=1.17.10 +pandas>=2.0.0 +numpy>=1.24.0 +scipy>=1.11.0 +matplotlib>=3.7.0 +seaborn>=0.12.0 +scikit-learn>=1.3.0 +PyGithub>=1.59.0 +tqdm>=4.65.0 +python-dotenv>=1.0.0 + |