AJAY KASU commited on
Commit
76700b5
·
1 Parent(s): 38b7cdb

Relax version constraints to fix Python 3.13 build hang

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -23
requirements.txt CHANGED
@@ -1,23 +1,22 @@
1
- pandas==2.2.1
2
- numpy==1.26.4
3
- polars==0.20.10
4
- scipy==1.12.0
5
- scikit-learn==1.4.1.post1
6
- aiohttp==3.9.3
7
- websocket-client==1.7.0
8
- psycopg2-binary==2.9.9
9
- asyncpg==0.29.0
10
- pytest==8.0.2
11
- pytest-asyncio==0.23.5
12
- hypothesis==6.98.15
13
- python-dotenv==1.0.1
14
- pydantic==2.6.3
15
- requests==2.31.0
16
- cryptography==42.0.5
17
- hmmlearn==0.3.2
18
- transformers==4.38.2
19
- torch==2.2.1
20
- streamlit==1.32.0
21
- plotly==5.19.0
22
- requests==2.31.0
23
- web3==6.15.1
 
1
+ pandas
2
+ numpy
3
+ polars
4
+ scipy
5
+ scikit-learn
6
+ aiohttp
7
+ websocket-client
8
+ psycopg2-binary
9
+ asyncpg
10
+ pytest
11
+ pytest-asyncio
12
+ hypothesis
13
+ python-dotenv
14
+ pydantic
15
+ requests
16
+ cryptography
17
+ hmmlearn
18
+ transformers
19
+ torch
20
+ streamlit
21
+ plotly
22
+ web3