Skip to content

Commit

Permalink
Merge pull request #111 from Datura-ai/upgrade-version
Browse files Browse the repository at this point in the history
Upgrade version
  • Loading branch information
surcyf123 authored Dec 18, 2024
2 parents 894bf6d + 4f6c18f commit 5fc7a38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cortext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]))
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bittensor==8.5.1
bittensor==8.4.3
datasets==2.*
envparse==0.2.0
openai>=1.3.2, ==1.*
Expand All @@ -17,5 +17,5 @@ google-generativeai
groq==0.5.0
aioboto3
tabulate
numpy==1.25.2
requests==2.32.3
httpx==0.27.2
numpy==2.0.2

0 comments on commit 5fc7a38

Please sign in to comment.