Skip to content

Commit

Permalink
preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
srajan-kiyotaka committed Jun 27, 2024
1 parent 0485aab commit bbd55e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ To install Traverse Craft, simply run:
pip install TraverseCraft
```

### Using conda

```bash
conda install -c conda-forge TraverseCraft
```

For detailed installation instructions, refer to our [installation guide](https://harrionparrix.github.io/traversecraft/getting-started/index.html).

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='TraverseCraft',
version='1.2.1',
version='1.0.0',
author='Srajan Chourasia, Varun Patrikar',
author_email='[email protected], [email protected]',
maintainer='Varun Patrikar, Srajan Chourasia',
Expand Down
10 changes: 5 additions & 5 deletions tutorials/Tree World/beginner.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Looking in indexes: https://test.pypi.org/simple/\n",
"Requirement already satisfied: TraverseCraft in /media/srajan/Data/Project/LibraryTests/envs/lib/python3.8/site-packages (0.8.5)\n",
"Requirement already satisfied: prettytable in /media/srajan/Data/Project/LibraryTests/envs/lib/python3.8/site-packages (from TraverseCraft) (0.7.3.dev122)\n"
"Requirement already satisfied: TraverseCraft in /home/srajan/miniconda3/lib/python3.8/site-packages (0.9.7)\n",
"Requirement already satisfied: prettytable in /home/srajan/miniconda3/lib/python3.8/site-packages (from TraverseCraft) (3.10.0)\n",
"Requirement already satisfied: wcwidth in /home/srajan/miniconda3/lib/python3.8/site-packages (from prettytable->TraverseCraft) (0.2.13)\n"
]
}
],
Expand Down Expand Up @@ -847,7 +847,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.19"
"version": "3.8.18"
}
},
"nbformat": 4,
Expand Down

0 comments on commit bbd55e1

Please sign in to comment.