-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Biogeme #26374
Add Biogeme #26374
Changes from 7 commits
a6618e0
63659a1
de7f8c3
42135ff
28e80ac
f780af2
677dd86
beb61a0
4e0d84f
f157eb3
1d415c4
a2a77a1
77bed29
5966602
b361fa3
0c9193c
548702c
572126e
940b49f
cc80118
2648622
089c7ef
6e4b391
fc0bd68
dce48f7
e66ddff
2b807c2
29dc69d
3c3c422
c69bc86
86cb324
d2271c5
5c6a480
9b30c8a
394a262
8e9a1cb
8cce67b
98657c0
bd3de4b
64b8696
e6cbaa7
1c1032b
f47670a
e41b3f1
1394102
090e402
c7e4787
206caa3
c5ccae3
b7ee6f5
98e8d96
3fb7332
a5b888c
83712c4
930d5a6
aad5714
a12b934
a8c050d
7da5d80
ddaecfd
e40658f
3b12f1a
1bdcc45
7363907
7e2b86a
1ff3d86
00f2d1a
dd4e360
52c4645
7f5b941
d8ac7bf
b634c68
e4f2982
dbfad1f
191fb5c
4bdbe13
04f8568
a66ed8f
90eef21
0dbc13e
c70e74a
6227321
0e26491
29a7ba9
8c45729
edbd25b
f7964d4
a759d95
ca058c5
ba9e2a2
0ee164b
bd12db2
50c8984
0306cc3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{% set name = "biogeme" %} | ||
{% set version = "3.2.13" %} | ||
|
||
package: | ||
name: {{ name|lower }} | ||
version: {{ version }} | ||
|
||
source: | ||
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/biogeme-{{ version }}.tar.gz | ||
sha256: aa3aaa4d32e37fd98b4b23d0630259e07d4645e7ce42c28d57a96c1b4297acc7 | ||
|
||
build: | ||
noarch: python | ||
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation | ||
number: 0 | ||
|
||
requirements: | ||
host: | ||
- python >=3.7 | ||
- setuptools >=63.4.1 | ||
- wheel | ||
- pip | ||
run: | ||
- python >=3.7 | ||
- pandas >=1.3.5 | ||
- scipy >=1.7.3 | ||
- tqdm >=4.64.1 | ||
- tomlkit >=0.11.5 | ||
- cythonbiogeme ==1.0.2 | ||
- biogeme-optimization ==0.0.5 | ||
FGarridoV marked this conversation as resolved.
Show resolved
Hide resolved
FGarridoV marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
test: | ||
imports: | ||
- biogeme | ||
commands: | ||
- pip check | ||
requires: | ||
- pip | ||
|
||
about: | ||
home: http://biogeme.epfl.ch | ||
summary: Estimation and application of discrete choice models | ||
license: MIT | ||
license_family: MIT | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This license does not seem to be MIT: https://github.com/michelbierlaire/biogeme/blob/master/LICENSE It seems to be a modification of the MIT license. I'm not sure we can actually distribute this package, given the license. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. MIT license:
License found in biogeme:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This needs to be |
||
license_file: LICENSE.txt | ||
FGarridoV marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
extra: | ||
recipe-maintainers: | ||
- FGarridoV |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not present on conda forge, afaik. You should include a recipe for it in this PR also.