Skip to content

Commit

Permalink
Merge branch 'main' of github.com:gdsfactory/gdsfactory7 into gdsfact…
Browse files Browse the repository at this point in the history
…ory7_better_serialize
  • Loading branch information
joamatab committed May 29, 2024
2 parents 1787e36 + bbdd0a9 commit 98c3d4f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

![logo](https://i.imgur.com/cN1ZWq8.png)

> **⚠️ Deprecation Warning:**
> This version of gdsfactory will only have bug fixes and minor updates. Please see [https://github.com/gdsfactory/gdsfactory](https://github.com/gdsfactory/gdsfactory) for the latest version.
gdsfactory: An open source platform for end to-end chip design and validation.

Highlights:
Expand Down
6 changes: 6 additions & 0 deletions docs/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ pip install -e .[dev]
pre-commit install
```

**Note**:
- If you need to run the notebooks and you are not using VSCode or Anaconda, then you need to install [jupyter lab](https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html)
```
pip install jupyterlab
```

## Style

- Follow [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html) and existing code.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"networkx",
"pyglet<2",
"scikit-image",
"trimesh>=4,<4.4",
"trimesh>=4,<4.5",
"ipycytoscape",
"ipyevents",
"ipykernel",
Expand Down

0 comments on commit 98c3d4f

Please sign in to comment.