femtocrux 0.5.2__py3-none-any.whl → 0.5.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
femtocrux/PY_REQUIREMENTS CHANGED
@@ -1,9 +1,9 @@
1
1
  Cython # do not remove
2
2
  docker
3
3
  fmot>=1.9.2, ==1.*
4
- grpcio
5
- grpcio-tools # New proto required somewhere around here
6
- numpy>=1.18.0
4
+ grpcio>= 1.64.1
5
+ grpcio-tools>=1.64.1
6
+ numpy>=1.18.0, <2.0.0
7
7
  protobuf # Newer versions don't work with TF 2.11
8
8
  passlib
9
9
 
femtocrux/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.2
1
+ 0.5.3
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: femtocrux
3
- Version: 0.5.2
3
+ Version: 0.5.3
4
4
  Summary: Femtosense Compiler
5
5
  Home-page: https://github.com/femtosense/femtocrux
6
6
  Author: Femtosense
@@ -17,9 +17,9 @@ License-File: LICENSE
17
17
  Requires-Dist: Cython
18
18
  Requires-Dist: docker
19
19
  Requires-Dist: fmot ==1.*,>=1.9.2
20
- Requires-Dist: grpcio
21
- Requires-Dist: grpcio-tools
22
- Requires-Dist: numpy >=1.18.0
20
+ Requires-Dist: grpcio >=1.64.1
21
+ Requires-Dist: grpcio-tools >=1.64.1
22
+ Requires-Dist: numpy <2.0.0,>=1.18.0
23
23
  Requires-Dist: protobuf
24
24
  Requires-Dist: passlib
25
25
  Requires-Dist: requests <2.29.0
@@ -1,6 +1,6 @@
1
1
  femtocrux/ENV_REQUIREMENTS.sh,sha256=t_O1B4hJAMgxvH9gwp1qls6eVFmhSYBJe64KmuK_H-4,1389
2
- femtocrux/PY_REQUIREMENTS,sha256=ItZMLU9SXzT6zUFc960ccY2U4l2i8q0H9-FsVfPXeDg,303
3
- femtocrux/VERSION,sha256=JuCrg6of9r0K44gnh6kmY6oZ2xKOEkH_yZN1-5ygwSE,6
2
+ femtocrux/PY_REQUIREMENTS,sha256=lELTbw5r4KCzeFn0TjLp0QpbOuHnl4XjGKwyL9yVBrc,285
3
+ femtocrux/VERSION,sha256=J-z_H82vZatGwbuZwQctbRNKDo3Zfdlc-ohpa57UU7I,6
4
4
  femtocrux/__init__.py,sha256=yIWd9I2PEXCn_PKIILAN3mkWeTf0tgtVualeTIHNxfQ,342
5
5
  femtocrux/version.py,sha256=uNg2kHxQo6oUN1ah7s9_85rCZVRoTHGPD1GAQPZW4lw,164
6
6
  femtocrux/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -14,8 +14,8 @@ femtocrux/server/healthcheck.py,sha256=ehqAwnv0D0zpy-AUZAPwv8rp874DZCwUmP8nzdXzZ
14
14
  femtocrux/server/server.py,sha256=tmXVleZQB59oFzdmut3na4NnDvr0gmxphXF3N3MQx6I,7919
15
15
  femtocrux/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  femtocrux/util/utils.py,sha256=FZ8cssDom4B3FDbVU_ew4Cf3wOWjo2w1jwcbnLzoYnM,1003
17
- femtocrux-0.5.2.dist-info/LICENSE,sha256=eN9ZI1xHjUmFvN3TEeop5kBGXRUBfbsl55KBNBYYFqI,36
18
- femtocrux-0.5.2.dist-info/METADATA,sha256=P66oOHRV4rSI2CrJxEdmuqZ8mRiXPW34Yh4EkJ6DZwo,3536
19
- femtocrux-0.5.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
20
- femtocrux-0.5.2.dist-info/top_level.txt,sha256=BkTttlioC3je__8577wxRieZqY3Abu7FOOdMnmYbcNI,10
21
- femtocrux-0.5.2.dist-info/RECORD,,
17
+ femtocrux-0.5.3.dist-info/LICENSE,sha256=eN9ZI1xHjUmFvN3TEeop5kBGXRUBfbsl55KBNBYYFqI,36
18
+ femtocrux-0.5.3.dist-info/METADATA,sha256=xWND9JZM8p1LP2H7tfbmd5hF0GvZicv09dRdOKSKTEg,3561
19
+ femtocrux-0.5.3.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
20
+ femtocrux-0.5.3.dist-info/top_level.txt,sha256=BkTttlioC3je__8577wxRieZqY3Abu7FOOdMnmYbcNI,10
21
+ femtocrux-0.5.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (70.3.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5