Skip to content

Commit

Permalink
updating to version 0.0.65
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanzar committed Jun 10, 2024
1 parent 57b9b9a commit 83678e1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ authors = [
]
requires-python = ">=3.8"
readme = "README.md"
version = "0.0.64"
version = "0.0.65"

dependencies = [
"jax>=0.4.20",
"jaxlib>=0.4.20",
"jax>=0.4.23",
"jaxlib>=0.4.23",
"optax~=0.2.2",
"msgpack~=1.0.7",
"ipython~=8.17.2",
"tqdm~=4.64.1",
"numpy~=1.26.2",
"scipy==1.13.1",
"typing~=3.7.4.3",
"flax>=0.8.0",
"chex>=0.1.7",
"ipython~=8.17.2",
"datasets~=2.14.7",
"einops==0.8.0",
"msgpack~=1.0.7",
"tqdm~=4.64.1",
"optax~=0.1.7",
"ml_collections==0.1.1",
"plum-dispatch==2.3.2",
"termcolor"
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
jax>=0.4.20
jaxlib>=0.4.20
jax>=0.4.23
jaxlib>=0.4.23
optax~=0.2.2
msgpack~=1.0.7
ipython~=8.17.2
tqdm~=4.64.1
numpy~=1.26.2
scipy==1.13.1
typing~=3.7.4.3
flax>=0.8.0
chex>=0.1.7
ipython~=8.17.2
datasets~=2.14.7
einops==0.8.0
msgpack~=1.0.7
tqdm~=4.64.1
optax~=0.1.7
ml_collections==0.1.1
plum-dispatch==2.3.2
termcolor
2 changes: 1 addition & 1 deletion src/fjformer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
from . import optimizers as optimizers
from . import linen as linen

__version__ = "0.0.64"
__version__ = "0.0.65"

__all__ = (
# Loss and extra function
Expand Down

0 comments on commit 83678e1

Please sign in to comment.