nshutils 0.1.0__tar.gz → 0.2.0__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nshutils
3
- Version: 0.1.0
3
+ Version: 0.2.0
4
4
  Summary:
5
5
  Author: Nima Shoghi
6
6
  Author-email: nimashoghi@gmail.com
@@ -11,9 +11,6 @@ Classifier: Programming Language :: Python :: 3.11
11
11
  Classifier: Programming Language :: Python :: 3.12
12
12
  Requires-Dist: beartype (>=0.18.5,<0.19.0)
13
13
  Requires-Dist: jaxtyping (>=0.2.33,<0.3.0)
14
- Requires-Dist: lovely-jax (>=0.1.3,<0.2.0)
15
- Requires-Dist: lovely-numpy (>=0.2.13,<0.3.0)
16
- Requires-Dist: lovely-tensors (>=0.1.16,<0.2.0)
17
14
  Requires-Dist: pysnooper (>=1.2.0,<2.0.0)
18
15
  Requires-Dist: typing-extensions
19
16
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "nshutils"
3
- version = "0.1.0"
3
+ version = "0.2.0"
4
4
  description = ""
5
5
  authors = ["Nima Shoghi <nimashoghi@gmail.com>"]
6
6
  readme = "README.md"
@@ -10,10 +10,7 @@ python = "^3.10"
10
10
  pysnooper = "^1.2.0"
11
11
  jaxtyping = "^0.2.33"
12
12
  typing-extensions = "*"
13
- lovely-numpy = {version = "^0.2.13", optional = true}
14
- lovely-tensors = {version = "^0.1.16", optional = true}
15
13
  beartype = "^0.18.5"
16
- lovely-jax = {version = "^0.1.3", optional = true}
17
14
 
18
15
 
19
16
  [build-system]
File without changes
File without changes