File tree Expand file tree Collapse file tree
modernize-scientific-stack/climate_analyzer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Legacy Python 2.7 requirements - BROKEN on modern systems
2- numpy==1.14.5
2+ numpy==2.4.4
33scipy==1.1.0
44pandas==0.23.4
55matplotlib==2.2.3
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ sqlalchemy==2.0.23
44psycopg2-binary == 2.9.9
55pydantic == 2.5.2
66alembic == 1.12.1
7- python-dotenv == 1.0.0
7+ python-dotenv == 1.2.2
Original file line number Diff line number Diff line change 11beautifulsoup4 == 4.11.1
22cleantext == 1.1.4
33env == 0.1.0
4- Flask == 2 .1.2
4+ Flask == 3 .1.3
55gdown
66gradio
77gym == 0.24.0
8- numpy == 1.22 .4
8+ numpy == 2.4 .4
99pandas == 1.4.2
1010pyserini == 0.17.0
1111pytest
1212PyYAML == 6.0
1313rank_bm25 == 0.2.2
14- requests == 2.27.1
14+ requests == 2.33.0
1515requests_mock
1616rich == 12.4.4
17- scikit_learn == 1.1.1
17+ scikit_learn == 1.5.0
1818selenium == 4.2.0
1919spacy == 3.3.0
2020thefuzz == 0.19.0
21- torch == 1.11 .0
22- tqdm == 4.64.0
21+ torch == 2.8 .0
22+ tqdm == 4.66.3
2323train == 0.0.5
24- transformers == 4.19.2
24+ transformers == 5.0.0rc3
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ train = [
3838 # resolves to (torch 2.11+cu130 in practice) when --extra serve is
3939 # also selected (smoke), and 2.10+cu126 when train is alone (Vast
4040 # SFT path). Both wheels run on Vast Blackwell driver 570.x.
41- " torch>=2.5.0,<2.12 " ,
41+ " torch>=2.5.0,<2.13 " ,
4242 " transformers>=4.46.0" ,
4343 " accelerate>=1.1.0" ,
4444 " peft>=0.14.0" ,
You can’t perform that action at this time.
0 commit comments