Skip to content

Commit

Permalink
packaging update
Browse files Browse the repository at this point in the history
  • Loading branch information
hzheng40 committed Jun 6, 2024
1 parent 6366720 commit 5af34cc
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 24 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
## Dependencies
To install, run:
```bash
cd flax_rbf
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -e .
```

## Examples
See a classification demo in ```flax_rbf/classification.py```.
See a classification demo in ```src/flax_rbf/classification.py```.

<p align="center">
<img src="classification.png">
Expand Down
14 changes: 0 additions & 14 deletions __init__.py

This file was deleted.

17 changes: 17 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[project]
name = "flax_rbf"
authors = [{name = "Hongrui Zheng", email = "[email protected]"}]
version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
"jax[cuda12]",
"chex",
"flax",
"optax",
"scipy",
"matplotlib"
]

[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
7 changes: 0 additions & 7 deletions requirements.txt

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5af34cc

Please sign in to comment.