Skip to content

Commit

Permalink
Update setup url, requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelburger committed Jan 17, 2024
1 parent 6c6cd0c commit a3e5775
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions environment_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ dependencies:
- pytables>=3.7.0
- black==22.6.0
- isort==5.9.3
- pyspark>=3.2.1
- conda-lock==1.4.0
- gin-config>=0.5.0
- tensorboard>=2.11.0
- coolname>=2.2.0
- wandb>=0.14.0
- lightgbm>=3.3.5
Expand All @@ -48,4 +46,5 @@ dependencies:
- coloredlogs>=15.0
- types-PyYAML
- reportlab>=4.0.4
- rbo>=0.1.3
- rbo>=0.1.3
- famews
2 changes: 1 addition & 1 deletion famews/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def get_version(rel_path):
name="famews",
version=get_version("famews/__init__.py"),
author="Marine Hoche, Olga Mineeva, Manuel Burger",
url="https://github.com/ratschlab/famews",
license="MIT License",
description="FAMEWS: A Fairness Auditing tool for Medical Early-Warning Systems",
long_description=long_description,
Expand All @@ -47,7 +48,6 @@ def get_version(rel_path):
'black==22.6.0',
'isort==5.9.3',
'gin-config>=0.5.0',
'tensorboard>=2.11.0',
'coolname>=2.2.0',
'plotly>=5.9.0',
'shap>=0.41.0',
Expand Down

0 comments on commit a3e5775

Please sign in to comment.