AJAY KASU commited on
Commit ·
76700b5
1
Parent(s): 38b7cdb
Relax version constraints to fix Python 3.13 build hang
Browse files- requirements.txt +22 -23
requirements.txt
CHANGED
|
@@ -1,23 +1,22 @@
|
|
| 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 |
-
|
| 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
|
|
|