Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
absl-py==2.1.0
|
| 2 |
-
aiobotocore
|
| 3 |
-
aiohappyeyeballs
|
| 4 |
-
aiohttp
|
| 5 |
-
aioitertools
|
| 6 |
-
aiosignal
|
| 7 |
-
alabaster
|
| 8 |
-
altair
|
| 9 |
anaconda-anon-usage
|
| 10 |
anaconda-catalogs
|
| 11 |
anaconda-client
|
|
|
|
| 1 |
absl-py==2.1.0
|
| 2 |
+
aiobotocore==2.12.0 # Downgraded for Python 3.9
|
| 3 |
+
aiohappyeyeballs==2.6.1
|
| 4 |
+
aiohttp==3.8.6 # Downgraded for Python 3.9
|
| 5 |
+
aioitertools==0.12.0
|
| 6 |
+
aiosignal==1.3.2
|
| 7 |
+
alabaster==0.7.16
|
| 8 |
+
altair==4.2.2 # Explicitly pinned to Python 3.9 compatible version
|
| 9 |
anaconda-anon-usage
|
| 10 |
anaconda-catalogs
|
| 11 |
anaconda-client
|