@mat3ra/made 2025.8.1-0 → 2025.8.1-1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/pyproject.toml +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mat3ra/made",
3
- "version": "2025.8.1-0",
3
+ "version": "2025.8.1-1",
4
4
  "description": "MAterials DEsign library",
5
5
  "scripts": {
6
6
  "lint": "eslint --cache src/js tests/js && prettier --write src/js tests/js",
package/pyproject.toml CHANGED
@@ -19,7 +19,7 @@ dependencies = [
19
19
  # new verison of numpy==2.0.0 is not handled by pymatgen yet
20
20
  "numpy<=1.26.4",
21
21
  "mat3ra-utils",
22
- "mat3ra-esse @ git+https://github.com/Exabyte-io/esse.git@090fe8b4271d449c8329f53b2a7da35ea9965062",
22
+ "mat3ra-esse>=2025.7.29.post0",
23
23
  "mat3ra-code"
24
24
 
25
25
  ]