We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 894bf6d + 4f6c18f commit 5fc7a38Copy full SHA for 5fc7a38
cortext/__init__.py
@@ -19,7 +19,7 @@
19
20
21
# version must stay on line 22
22
-__version__ = "4.0.29"
+__version__ = "4.0.30"
23
version_split = __version__.split(".")
24
__spec_version__ = (
25
(1000 * int(version_split[0]))
requirements.txt
@@ -1,4 +1,4 @@
1
-bittensor==8.5.1
+bittensor==8.4.3
2
datasets==2.*
3
envparse==0.2.0
4
openai>=1.3.2, ==1.*
@@ -17,5 +17,5 @@ google-generativeai
17
groq==0.5.0
18
aioboto3
tabulate
-numpy==1.25.2
-requests==2.32.3
+httpx==0.27.2
+numpy==2.0.2
0 commit comments