Skip to content

Commit

Permalink
Fix in order to release package
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosorban committed Nov 5, 2023
1 parent 0924717 commit 40f87ca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ Traj_planning/examples/data/
Traj_planning/examples/plots/
pyproject.toml
/__backup__/
*.json
*.json
/hopper_traj.egg-info/
/build/
/dist/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The overarching aim of this project is to devise an optimal controller for a hop
The necessary packages can be installed using the command:

```bash
pip install hopper_traj
pip install hopper-traj
```

Alternatively, one can clone the repository and install the necessary packages using:
Expand Down
8 changes: 1 addition & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
numpy>=1.0
scipy>=1.0
matplotlib>=3.0
ipywidgets>=7.6.3
sympy
mayavi
imageio
typing
copy
os
casadi
sys
json
casadi
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,16 @@

setup(
name="hopper_traj",
version="0.1",
version="0.1.1",
packages=find_packages(),
install_requires=[
"numpy",
"scipy",
"matplotlib",
"ipywidgets",
"sympy",
"mayavi",
"imageio",
"typing",
"copy",
"os",
"casadi",
"sys",
"json",
],
# Metadata
author="Bruno Sorban",
Expand Down

0 comments on commit 40f87ca

Please sign in to comment.