modify: cleanup project structure and docs
This commit is contained in:
26
environment.yml
Normal file
26
environment.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
name: trafficsa
|
||||
channels:
|
||||
- conda-forge
|
||||
- defaults
|
||||
dependencies:
|
||||
- python=3.12
|
||||
- pip
|
||||
- streamlit>=1.20
|
||||
- pandas>=1.3
|
||||
- numpy>=1.21
|
||||
- matplotlib>=3.4
|
||||
- plotly>=5
|
||||
- scikit-learn>=1.0
|
||||
- statsmodels>=0.13
|
||||
- scipy>=1.7
|
||||
- pyarrow>=7
|
||||
- python-dateutil>=2.8.2
|
||||
- pytz>=2021.3
|
||||
- openpyxl>=3.0.9
|
||||
- xlrd>=2.0.1
|
||||
- cryptography>=3.4.7
|
||||
- requests
|
||||
- pip:
|
||||
- streamlit-autorefresh>=0.1.5
|
||||
- openai>=2.0.0
|
||||
- jieba>=0.42.1
|
||||
Reference in New Issue
Block a user