diff --git a/cortext/__init__.py b/cortext/__init__.py index 829b393..1f9768a 100644 --- a/cortext/__init__.py +++ b/cortext/__init__.py @@ -19,7 +19,7 @@ # version must stay on line 22 -__version__ = "4.0.29" +__version__ = "4.0.30" version_split = __version__.split(".") __spec_version__ = ( (1000 * int(version_split[0])) diff --git a/requirements.txt b/requirements.txt index 938863d..7c2a320 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -bittensor==8.5.1 +bittensor==8.4.3 datasets==2.* envparse==0.2.0 openai>=1.3.2, ==1.* @@ -17,5 +17,5 @@ google-generativeai groq==0.5.0 aioboto3 tabulate -numpy==1.25.2 -requests==2.32.3 \ No newline at end of file +httpx==0.27.2 +numpy==2.0.2 \ No newline at end of file