Skip to content

Commit

Permalink
fix environment and license
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerle committed Oct 27, 2023
1 parent 3878a3c commit 0ab5f13
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
[![](https://img.shields.io/pypi/pyversions/assume-framework.svg)](https://pypi.org/pypi/assume-framework/)
[![](https://img.shields.io/pypi/l/assume-framework.svg)](https://pypi.org/pypi/assume-framework/)
[![](https://img.shields.io/pypi/status/assume-framework.svg)](https://pypi.org/pypi/assume-framework/)
[![](https://img.shields.io/readthedocs/assume)](https://assume.readthedocs.io/)

[![Open Tutorials In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1LISiM1QvDIMXU68pJH-NqrMw5w7Awb24?usp=sharing)

Expand Down
6 changes: 4 additions & 2 deletions environment_docs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: assume-doc
channels:
- conda-forge
dependencies:
- python>=3.11
- pip
Expand All @@ -7,6 +9,8 @@ dependencies:
- numpy
- tqdm
- SQLAlchemy
- pytorch
- pyomo

- pip:
- .
Expand All @@ -15,5 +19,3 @@ dependencies:
- nbsphinx
- nbsphinx_link
- sphinxcontrib-mermaid
- pyomo
- torch
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.poetry]
name = "assume-framework"
version = "0.2.0"
version = "0.2.1"
description = "ASSUME - Agent-Based Electricity Markets Simulation Toolbox"
authors = ["ASSUME Developers <[email protected]>"]
license = "LICENSE"
license = "AGPL-3.0-or-later"
readme = "README.md"

homepage = "https://assume.readthedocs.io"
Expand All @@ -12,9 +12,8 @@ repository = "https://github.com/assume-framework/assume"
keywords = ["agent based simulation", "energy market", "reinforcement learning", "market simulation", "simulation"]

classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Operating System :: OS Independent",
"Framework :: AsyncIO",
"Topic :: Scientific/Engineering",
Expand Down

0 comments on commit 0ab5f13

Please sign in to comment.